CMS 3D CMS Logo

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

Variables

tuple getCalibrations
 
tuple src1
 

Variable Documentation

tuple readCalibrations2004_v2_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 readCalibrations2004_v2_cff.py.

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

Definition at line 3 of file readCalibrations2004_v2_cff.py.

Referenced by NamedCandCombinerBase.combine(), and CandCombinerBase< OutputCollection, CandPtr >.combine().