File indexing completed on 2023-03-17 11:18:46
0001 import FWCore.ParameterSet.Config as cms
0002
0003
0004 from RecoLocalCalo.EcalRecProducers.getEcalConditions_frontier_cff import *
0005
0006 from RecoLocalCalo.EcalRecProducers.ecalRecalibRecHit_cfi import *
0007 ecalRecalibSequence = cms.Sequence(cms.SequencePlaceholder("ecalRecalibRecHit"))
0008 ecalConditions.toGet = cms.VPSet(
0009 cms.PSet(
0010 record = cms.string('EcalPedestalsRcd'),
0011 tag = cms.string('EcalPedestals_trivial')
0012 ),
0013 cms.PSet(
0014 record = cms.string('EcalADCToGeVConstantRcd'),
0015 tag = cms.string('EcalADCToGeVConstant_trivial')
0016 ),
0017 cms.PSet(
0018 record = cms.string('EcalGainRatiosRcd'),
0019 tag = cms.string('EcalGainRatios_trivial')
0020 ),
0021 cms.PSet(
0022 record = cms.string('EcalIntercalibConstantsRcd'),
0023 tag = cms.string('EcalIntercalibConstants_trivial')
0024 ),
0025 cms.PSet(
0026 record = cms.string('EcalWeightXtalGroupsRcd'),
0027 tag = cms.string('EcalWeightXtalGroups_trivial')
0028 ),
0029 cms.PSet(
0030 record = cms.string('EcalTBWeightsRcd'),
0031 tag = cms.string('EcalTBWeights_trivial')
0032 ),
0033 cms.PSet(
0034 record = cms.string('EcalLaserAlphasRcd'),
0035 tag = cms.string('EcalLaserAlphas_trivial')
0036 ),
0037 cms.PSet(
0038 record = cms.string('EcalLaserAPDPNRatiosRcd'),
0039 tag = cms.string('EcalLaserAPDPNRatios_trivial')
0040 ),
0041 cms.PSet(
0042 record = cms.string('EcalLaserAPDPNRatiosRefRcd'),
0043 tag = cms.string('EcalLaserAPDPNRatiosRef_trivial')
0044 )
0045 )