CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DPGAnalysis/Skims/python/RPCNoise_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #============================================================
00004 # the RPCNoise filter
00005 #============================================================
00006 RPCNoise = cms.EDFilter(
00007     "RPCNoise",
00008     fillHistograms = cms.untracked.bool(True),
00009     histogramFileName = cms.untracked.string('histos_test.root'),
00010     nRPCHitsCut  = cms.untracked.int32(40),
00011     nCSCWiresCut  = cms.untracked.int32(10),
00012     nCSCStripsCut  = cms.untracked.int32(50),
00013     nDTDigisCut  = cms.untracked.int32(40)
00014 )