CMS 3D CMS Logo

Variables

readConfiguration2004_v2_cff Namespace Reference

Variables

tuple getCond
tuple src1

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("EventSetupRecordDataGetter",
00002     toGet = cms.VPSet(cms.PSet(
00003         record = cms.string('EcalPedestalsRcd'),
00004         data = cms.vstring('EcalPedestals')
00005     ), 
00006         cms.PSet(
00007             record = cms.string('EcalTBWeightsRcd'),
00008             data = cms.vstring('EcalTBWeights')
00009         ), 
00010         cms.PSet(
00011             record = cms.string('EcalGainRatiosRcd'),
00012             data = cms.vstring('EcalGainRatios')
00013         ), 
00014         cms.PSet(
00015             record = cms.string('EcalIntercalibConstantsRcd'),
00016             data = cms.vstring('EcalIntercalibConstants')
00017         ), 
00018         cms.PSet(
00019             record = cms.string('EcalADCToGeVConstantRcd'),
00020             data = cms.vstring('EcalADCToGeVConstant')
00021         ), 
00022         cms.PSet(
00023             record = cms.string('EcalWeightXtalGroupsRcd'),
00024             data = cms.vstring('EcalWeightXtalGroups')
00025         )),
00026     verbose = cms.untracked.bool(True)
00027 )

Definition at line 36 of file readConfiguration2004_v2_cff.py.

Definition at line 3 of file readConfiguration2004_v2_cff.py.