CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
validationMuonRPCDigis_cfi.py
Go to the documentation of this file.
2 
3 validationMuonRPCDigis = cms.EDAnalyzer("RPCDigiValid",
4 
5  # Tag for Digis event data retrieval
6  rpcDigiTag = cms.untracked.InputTag("simMuonRPCDigis"),
7  # Tag for simulated hits event data retrieval
8  simHitTag = cms.untracked.InputTag("g4SimHits", "MuonRPCHits"),
9 
10  # Name of the root file which will contain the histos
11  outputFile = cms.untracked.string('')
12 )
13 
14 
15