CMS 3D CMS Logo

Variables

DBConfiguration_cff Namespace Reference

Variables

tuple PoolDBESSource
tuple PoolDBOutputService

Variable Documentation

Initial value:
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.

Initial value:
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.