CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalRecalibSequence_cff.py
Go to the documentation of this file.
2 
3 #ECAL conditions
5 #ECAL reconstruction
7 ecalRecalibSequence = cms.Sequence(cms.SequencePlaceholder("ecalRecalibRecHit"))
8 ecalConditions.toGet = cms.VPSet(
9  cms.PSet(
10  record = cms.string('EcalPedestalsRcd'),
11  tag = cms.string('EcalPedestals_trivial')
12  ),
13  cms.PSet(
14  record = cms.string('EcalADCToGeVConstantRcd'),
15  tag = cms.string('EcalADCToGeVConstant_trivial')
16  ),
17  cms.PSet(
18  record = cms.string('EcalGainRatiosRcd'),
19  tag = cms.string('EcalGainRatios_trivial')
20  ),
21  cms.PSet(
22  record = cms.string('EcalIntercalibConstantsRcd'),
23  tag = cms.string('EcalIntercalibConstants_trivial')
24  ),
25  cms.PSet(
26  record = cms.string('EcalWeightXtalGroupsRcd'),
27  tag = cms.string('EcalWeightXtalGroups_trivial')
28  ),
29  cms.PSet(
30  record = cms.string('EcalTBWeightsRcd'),
31  tag = cms.string('EcalTBWeights_trivial')
32  ),
33  cms.PSet(
34  record = cms.string('EcalLaserAlphasRcd'),
35  tag = cms.string('EcalLaserAlphas_trivial')
36  ),
37  cms.PSet(
38  record = cms.string('EcalLaserAPDPNRatiosRcd'),
39  tag = cms.string('EcalLaserAPDPNRatios_trivial')
40  ),
41  cms.PSet(
42  record = cms.string('EcalLaserAPDPNRatiosRefRcd'),
43  tag = cms.string('EcalLaserAPDPNRatiosRef_trivial')
44  )
45 )