CMS 3D CMS Logo

Variables

L1CSCTriggerPrimitivesDBConfig_cff Namespace Reference

Variables

tuple es_prefer_l1csctpdbconfsrc = cms.ESPrefer("PoolDBESSource","l1csctpdbconfsrc")
tuple l1csctpdbconfsrc

Variable Documentation

Definition at line 30 of file L1CSCTriggerPrimitivesDBConfig_cff.py.

Initial value:
00001 cms.ESSource("PoolDBESSource",
00002     CondDBSetup,
00003     timetype = cms.string('runnumber'),
00004     #connect = cms.string('frontier://FrontierDev/CMS_COND_CSC'),
00005     #connect = cms.string('frontier://cmsfrontier.cern.ch:8000/FrontierProd/CMS_COND_21X_CSC'),
00006     connect =  cms.string('oracle://cms_orcoff_prep/CMS_COND_CSC'),
00007     #connect = cms.string('sqlite_file:DBL1TPParameters.db'),
00008     toGet = cms.VPSet(
00009         cms.PSet(
00010             record = cms.string('CSCDBL1TPParametersRcd'),
00011             #tag = cms.string('CSCL1TPParameters')
00012             tag = cms.string('CSCDBL1TPParameters_hlt')
00013             #tag = cms.string('CSCL1TPParameters_mc')
00014         )
00015     )
00016 )

Definition at line 8 of file L1CSCTriggerPrimitivesDBConfig_cff.py.