CMS 3D CMS Logo

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