CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
patRefSel_eventCleaning_cfi.py
Go to the documentation of this file.
2 
3 scrapingFilter = cms.EDFilter(
4  "FilterOutScraping"
5 , applyfilter = cms.untracked.bool( True )
6 , debugOn = cms.untracked.bool( False )
7 , numtrack = cms.untracked.uint32( 10 )
8 , thresh = cms.untracked.double( 0.25 )
9 )