Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-07-18 22:33:51

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 alcaEcalHcalReadoutsProducer = cms.EDProducer('AlCaEcalHcalReadoutsProducer',
0004   hbheInput = cms.InputTag('hbhereco'),
0005   hfInput = cms.InputTag('hfreco'),
0006   hoInput = cms.InputTag('horeco'),
0007   mightGet = cms.optional.untracked.vstring
0008 )