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  # Label to retrieve Digis from the event
5  digiLabel = cms.untracked.string('simMuonRPCDigis'),
6  # Name of the root file which will contain the histos
7  outputFile = cms.untracked.string('')
8 )
9 
10 
11