CMS 3D CMS Logo

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

Variables

tuple idealGeometryRecord
 
tuple PoolDBESSource
 

Variable Documentation

tuple calodbsqlitefile.idealGeometryRecord
Initial value:
1 = cms.ESSource("EmptyESSource",
2  recordName = cms.string('IdealGeometryRecord'),
3  iovIsRunNotTime = cms.bool(True),
4  firstValid = cms.vuint32(1)
5  )

Definition at line 4 of file calodbsqlitefile.py.

tuple calodbsqlitefile.PoolDBESSource
Initial value:
1 = cms.ESSource("PoolDBESSource",
2  CondDBCommon,
3  loadAll = cms.bool(True),
4  toGet = cms.VPSet(
5  cms.PSet( record = cms.string('PEcalBarrelRcd' ),
6  tag = cms.string('EBRECO_Geometry_Test01')),
7  cms.PSet( record = cms.string('PEcalEndcapRcd' ),
8  tag = cms.string('EERECO_Geometry_Test01')),
9  cms.PSet( record = cms.string('PEcalPreshowerRcd'),
10  tag = cms.string('EPRECO_Geometry_Test01')),
11  cms.PSet( record = cms.string('PHcalRcd' ),
12  tag = cms.string('HCALRECO_Geometry_Test01')),
13  cms.PSet( record = cms.string('PCaloTowerRcd' ),
14  tag = cms.string('CTRECO_Geometry_Test01')),
15  cms.PSet( record = cms.string('PZdcRcd' ),
16  tag = cms.string('ZDCRECO_Geometry_Test01')),
17  cms.PSet( record = cms.string('PCastorRcd' ),
18  tag = cms.string('CASTORRECO_Geometry_Test01'))
19  ),
20  BlobStreamerName = cms.untracked.string('TBufferBlobStreamingService'),
21  timetype = cms.untracked.string('runnumber')
22  )

Definition at line 12 of file calodbsqlitefile.py.