![]() |
![]() |
Variables | |
tuple | PoolDBESSource |
tuple | PoolDBOutputService |
tuple DBConfiguration_cff::PoolDBESSource [static] |
Initial value:
cms.ESSource("PoolDBESSource", CondDBSetup, #string connect = "frontier://FrontierProd/CMS_COND_20X_ALIGNMENT" toGet = cms.VPSet(cms.PSet( record = cms.string('TrackerAlignmentRcd'), tag = cms.string('TrackerIdealGeometry200') ), cms.PSet( record = cms.string('TrackerAlignmentErrorRcd'), tag = cms.string('TrackerIdealGeometryErrors200') )), connect = cms.string('sqlite_file:Alignments.db') )
Definition at line 7 of file DBConfiguration_cff.py.
tuple DBConfiguration_cff::PoolDBOutputService [static] |
Initial value:
cms.Service("PoolDBOutputService", CondDBSetup, timetype = cms.untracked.string('runnumber'), connect = cms.string('sqlite_file:dataout.db'), toPut = cms.VPSet(cms.PSet( record = cms.string('TrackerAlignmentRcd'), tag = cms.string('<output tag>') ), cms.PSet( record = cms.string('TrackerAlignmentErrorRcd'), tag = cms.string('<output error tag>') )) )
Definition at line 21 of file DBConfiguration_cff.py.