CMS 3D CMS Logo

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

Variables

tuple getCalibrations
 
tuple src1
 

Variable Documentation

tuple readCalibrations2006_v0_cff.getCalibrations
Initial value:
1 = cms.EDAnalyzer("EventSetupRecordDataGetter",
2  toGet = cms.VPSet(cms.PSet(
3  record = cms.string('EcalIntercalibConstantsRcd'),
4  data = cms.vstring('EcalIntercalibConstants')
5  ),
6  cms.PSet(
7  record = cms.string('EcalADCToGeVConstantRcd'),
8  data = cms.vstring('EcalADCToGeVConstant')
9  )),
10  verbose = cms.untracked.bool(True)
11 )

Definition at line 20 of file readCalibrations2006_v0_cff.py.

tuple readCalibrations2006_v0_cff.src1
Initial value:
1 = cms.ESSource("PoolDBESSource",
2  messagelevel = cms.untracked.uint32(1),
3  loadAll = cms.bool(True),
4  # string connect = "sqlite_file:/afs/cern.ch/cms/ECAL/testbeam/pedestal/2004/v2/ecal2004condDB.db"
5  # untracked string catalog = "file:/afs/cern.ch/cms/ECAL/testbeam/pedestal/2004/v2/PoolFileCatalog.xml"
6  timetype = cms.string('runnumber'),
7  toGet = cms.VPSet(cms.PSet(
8  record = cms.string('EcalIntercalibConstantsRcd'),
9  tag = cms.string('EcalIntercalibConstants')
10  ),
11  cms.PSet(
12  record = cms.string('EcalADCToGeVConstantRcd'),
13  tag = cms.string('EcalADCToGeVConstant')
14  )),
15  authenticationMethod = cms.untracked.uint32(0)
16 )

Definition at line 3 of file readCalibrations2006_v0_cff.py.