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