CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/TopQuarkAnalysis/Configuration/python/patRefSel_eventCleaning_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 scrapingFilter = cms.EDFilter(
00004   "FilterOutScraping"
00005 , applyfilter = cms.untracked.bool( True )
00006 , debugOn     = cms.untracked.bool( False )
00007 , numtrack    = cms.untracked.uint32( 10 )
00008 , thresh      = cms.untracked.double( 0.25 )
00009 )