CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackerFilterConfiguration_cfi.py
Go to the documentation of this file.
2 #-----------------------------------
3 # Detector State Filter
4 #-----------------------------------
5 detectorStateFilter = cms.EDFilter("DetectorStateFilter",
6  DetectorType = cms.untracked.string('sistrip'),
7  DebugOn = cms.untracked.bool(False),
8  DcsStatusLabel = cms.untracked.InputTag('scalersRawToDigi')
9 )
10 #-----------------------------------
11 # Simple Event Filter
12 #-----------------------------------
13 simpleEventFilter = cms.EDFilter("SimpleEventFilter",
14  EventsToSkip = cms.untracked.int32(10),
15  DebugOn = cms.untracked.bool(True)
16 
17 )