CMS 3D CMS Logo

validationMuonRPCDigis_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 validationMuonRPCDigis = cms.EDFilter("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 

Generated on Tue Jun 9 17:49:25 2009 for CMSSW by  doxygen 1.5.4