CMS 3D CMS Logo

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(cms.PSet(
00009     record = cms.string('EcalPedestalsRcd'),
00010     tag = cms.string('EcalPedestals_trivial')
00011 ), 
00012     cms.PSet(
00013         record = cms.string('EcalADCToGeVConstantRcd'),
00014         tag = cms.string('EcalADCToGeVConstant_trivial')
00015     ), 
00016     cms.PSet(
00017         record = cms.string('EcalGainRatiosRcd'),
00018         tag = cms.string('EcalGainRatios_trivial')
00019     ), 
00020     cms.PSet(
00021         record = cms.string('EcalIntercalibConstantsRcd'),
00022         tag = cms.string('EcalIntercalibConstants_trivial')
00023     ), 
00024     cms.PSet(
00025         record = cms.string('EcalWeightXtalGroupsRcd'),
00026         tag = cms.string('EcalWeightXtalGroups_trivial')
00027     ), 
00028     cms.PSet(
00029         record = cms.string('EcalTBWeightsRcd'),
00030         tag = cms.string('EcalTBWeights_trivial')
00031     ), 
00032     cms.PSet(
00033         record = cms.string('EcalLaserAlphasRcd'),
00034         tag = cms.string('EcalLaserAlphas_trivial')
00035     ), 
00036     cms.PSet(
00037         record = cms.string('EcalLaserAPDPNRatiosRcd'),
00038         tag = cms.string('EcalLaserAPDPNRatios_trivial')
00039     ), 
00040     cms.PSet(
00041         record = cms.string('EcalLaserAPDPNRatiosRefRcd'),
00042         tag = cms.string('EcalLaserAPDPNRatiosRef_trivial')
00043     ))
00044 

Generated on Tue Jun 9 17:43:46 2009 for CMSSW by  doxygen 1.5.4