CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/Validation/MuonRPCDigis/python/validationMuonRPCDigis_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 validationMuonRPCDigis = cms.EDAnalyzer("RPCDigiValid",
00004     # Label to retrieve Digis from the event 
00005     digiLabel = cms.untracked.string('simMuonRPCDigis'),
00006     # Name of the root file which will contain the histos
00007     outputFile = cms.untracked.string('')
00008 )
00009 
00010 
00011