Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:21:40

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # Module to generate response of L1Trigger/RPCTrigger
0004 rpcTriggerDigis = cms.EDProducer("RPCTrigger",
0005     RPCTriggerDebug = cms.untracked.int32(0),
0006     label = cms.string('muonRPCDigis')
0007 )
0008 
0009