Variables | |
tuple | PoolDBESSource |
tuple | PoolDBOutputService |
00001 cms.ESSource("PoolDBESSource", 00002 CondDBSetup, 00003 #string connect = "frontier://FrontierProd/CMS_COND_20X_ALIGNMENT" 00004 toGet = cms.VPSet(cms.PSet( 00005 record = cms.string('TrackerAlignmentRcd'), 00006 tag = cms.string('TrackerIdealGeometry200') 00007 ), 00008 cms.PSet( 00009 record = cms.string('TrackerAlignmentErrorRcd'), 00010 tag = cms.string('TrackerIdealGeometryErrors200') 00011 )), 00012 connect = cms.string('sqlite_file:Alignments.db') 00013 )
Definition at line 7 of file DBConfiguration_cff.py.
00001 cms.Service("PoolDBOutputService", 00002 CondDBSetup, 00003 timetype = cms.untracked.string('runnumber'), 00004 connect = cms.string('sqlite_file:dataout.db'), 00005 toPut = cms.VPSet(cms.PSet( 00006 record = cms.string('TrackerAlignmentRcd'), 00007 tag = cms.string('<output tag>') 00008 ), 00009 cms.PSet( 00010 record = cms.string('TrackerAlignmentErrorRcd'), 00011 tag = cms.string('<output error tag>') 00012 )) 00013 )
Definition at line 21 of file DBConfiguration_cff.py.