CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/RecoLocalCalo/EcalRecProducers/python/ecalRecalibSequence_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #ECAL conditions
00004 from RecoLocalCalo.EcalRecProducers.getEcalConditions_frontier_cff import *
00005 #ECAL reconstruction
00006 from RecoLocalCalo.EcalRecProducers.ecalRecalibRecHit_cfi import *
00007 ecalRecalibSequence = cms.Sequence(cms.SequencePlaceholder("ecalRecalibRecHit"))
00008 ecalConditions.toGet = cms.VPSet(
00009     cms.PSet(
00010         record = cms.string('EcalPedestalsRcd'),
00011         tag = cms.string('EcalPedestals_trivial')
00012     ), 
00013     cms.PSet(
00014         record = cms.string('EcalADCToGeVConstantRcd'),
00015         tag = cms.string('EcalADCToGeVConstant_trivial')
00016     ), 
00017     cms.PSet(
00018         record = cms.string('EcalGainRatiosRcd'),
00019         tag = cms.string('EcalGainRatios_trivial')
00020     ), 
00021     cms.PSet(
00022         record = cms.string('EcalIntercalibConstantsRcd'),
00023         tag = cms.string('EcalIntercalibConstants_trivial')
00024     ), 
00025     cms.PSet(
00026         record = cms.string('EcalWeightXtalGroupsRcd'),
00027         tag = cms.string('EcalWeightXtalGroups_trivial')
00028     ), 
00029     cms.PSet(
00030         record = cms.string('EcalTBWeightsRcd'),
00031         tag = cms.string('EcalTBWeights_trivial')
00032     ), 
00033     cms.PSet(
00034         record = cms.string('EcalLaserAlphasRcd'),
00035         tag = cms.string('EcalLaserAlphas_trivial')
00036     ), 
00037     cms.PSet(
00038         record = cms.string('EcalLaserAPDPNRatiosRcd'),
00039         tag = cms.string('EcalLaserAPDPNRatios_trivial')
00040     ), 
00041     cms.PSet(
00042         record = cms.string('EcalLaserAPDPNRatiosRefRcd'),
00043         tag = cms.string('EcalLaserAPDPNRatiosRef_trivial')
00044     )
00045 )