Variables | |
tuple | dtNoiseMonitor |
00001 cms.EDAnalyzer("DTNoiseTask", 00002 # the label to retrieve the DT digis 00003 dtDigiLabel = cms.InputTag("dtunpacker"), 00004 # switch for time box booking 00005 doTbHistos = cms.untracked.bool(False), 00006 # the name of the 4D rec hits collection 00007 recHits4DLabel = cms.string("dt4DSegments"), 00008 # switch for segment veto 00009 doSegmentVeto = cms.untracked.bool(False), 00010 # safe margin (ns) between ttrig and beginning of counting area 00011 safeMargin = cms.untracked.double(100.) 00012 )
Definition at line 4 of file dtNoiseTask_cfi.py.