Notes on the CondDB service
Upload a file
https://twiki.cern.ch/twiki/bin/view/CMS/DropBox
Importing a file
conddb_import -f frontier://FrontierProd/CMS_CONDITIONS -i 'SiPixelGenErrorDBObject_38T_v1_offline[cms_orcon_prod/CMS_COND_PIXEL_000]' -c sqlite:SiPixelGenErrorDBObject_38T_v2_offline.db -t ‘SiPixelGenErrorDBObject_38T_v2_offline’
-b '197749' -e '200960'
Description:
- -f for the frontier, it could be FrontierProd /CMS_CONDITIONS or FrontierPrep /CMS_CONDITIONS
- -i for the tagname
- -c for the name of the now creatable sqlite file
- -t for the tagname in the now created sqlite file
- -b starting run number in the tag given by the -t option
- -e ending run number
Read a local sqlite file
conddb --db yourfile.db listTags
--
TamasVami - 2016-02-28