CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
DBConfiguration_cff Namespace Reference

Variables

tuple PoolDBESSource
 
tuple PoolDBOutputService
 

Variable Documentation

tuple DBConfiguration_cff.PoolDBESSource
Initial value:
1 = cms.ESSource("PoolDBESSource",
2  CondDBSetup,
3  #string connect = "frontier://FrontierProd/CMS_COND_20X_ALIGNMENT"
4  toGet = cms.VPSet(cms.PSet(
5  record = cms.string('TrackerAlignmentRcd'),
6  tag = cms.string('TrackerIdealGeometry200')
7  ),
8  cms.PSet(
9  record = cms.string('TrackerAlignmentErrorRcd'),
10  tag = cms.string('TrackerIdealGeometryErrors200')
11  )),
12  connect = cms.string('sqlite_file:Alignments.db')
13 )

Definition at line 7 of file DBConfiguration_cff.py.

tuple DBConfiguration_cff.PoolDBOutputService
Initial value:
1 = cms.Service("PoolDBOutputService",
2  CondDBSetup,
3  timetype = cms.untracked.string('runnumber'),
4  connect = cms.string('sqlite_file:dataout.db'),
5  toPut = cms.VPSet(cms.PSet(
6  record = cms.string('TrackerAlignmentRcd'),
7  tag = cms.string('<output tag>')
8  ),
9  cms.PSet(
10  record = cms.string('TrackerAlignmentErrorRcd'),
11  tag = cms.string('<output error tag>')
12  ))
13 )

Definition at line 21 of file DBConfiguration_cff.py.