Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:24:44

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 ecalMustacheSCParamsSource = cms.ESSource(
0004     "EmptyESSource",
0005     recordName = cms.string('EcalMustacheSCParametersRcd'),
0006     iovIsRunNotTime = cms.bool(True),
0007     firstValid = cms.vuint32(1)
0008 )
0009 
0010 from RecoEcal.EgammaCoreTools.EcalMustacheSCParametersESProducer_cfi import ecalMustacheSCParametersESProducer
0011