CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
dtNoiseTask_cfi Namespace Reference

Variables

tuple dtNoiseMonitor
 

Variable Documentation

tuple dtNoiseTask_cfi.dtNoiseMonitor
Initial value:
1 = cms.EDAnalyzer("DTNoiseTask",
2  # the label to retrieve the DT digis
3  dtDigiLabel = cms.InputTag("dtunpacker"),
4  # switch for time box booking
5  doTbHistos = cms.untracked.bool(False),
6  # the name of the 4D rec hits collection
7  recHits4DLabel = cms.string("dt4DSegments"),
8  # switch for segment veto
9  doSegmentVeto = cms.untracked.bool(False),
10  # safe margin (ns) between ttrig and beginning of counting area
11  safeMargin = cms.untracked.double(100.)
12  )

Definition at line 4 of file dtNoiseTask_cfi.py.