CMS 3D CMS Logo

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

Variables

tuple getCond
 
tuple src1
 

Variable Documentation

tuple readConfiguration2004_v2_cff.getCond
Initial value:
1 = cms.EDAnalyzer("EventSetupRecordDataGetter",
2  toGet = cms.VPSet(cms.PSet(
3  record = cms.string('EcalPedestalsRcd'),
4  data = cms.vstring('EcalPedestals')
5  ),
6  cms.PSet(
7  record = cms.string('EcalTBWeightsRcd'),
8  data = cms.vstring('EcalTBWeights')
9  ),
10  cms.PSet(
11  record = cms.string('EcalGainRatiosRcd'),
12  data = cms.vstring('EcalGainRatios')
13  ),
14  cms.PSet(
15  record = cms.string('EcalIntercalibConstantsRcd'),
16  data = cms.vstring('EcalIntercalibConstants')
17  ),
18  cms.PSet(
19  record = cms.string('EcalADCToGeVConstantRcd'),
20  data = cms.vstring('EcalADCToGeVConstant')
21  ),
22  cms.PSet(
23  record = cms.string('EcalWeightXtalGroupsRcd'),
24  data = cms.vstring('EcalWeightXtalGroups')
25  )),
26  verbose = cms.untracked.bool(True)
27 )

Definition at line 36 of file readConfiguration2004_v2_cff.py.

tuple readConfiguration2004_v2_cff.src1

Definition at line 3 of file readConfiguration2004_v2_cff.py.