CMS 3D CMS Logo

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

Variables

tuple dtSegmentTaskHLT
 

Variable Documentation

tuple dtSegmentTask_hlt_cfi.dtSegmentTaskHLT
Initial value:
1 = cms.EDAnalyzer("DTSegmentAnalysisTask",
2  # switch for verbosity
3  debug = cms.untracked.bool(False),
4  # label of 4D segments
5  recHits4DLabel = cms.string('hltDt4DSegments'),
6  # skip segments with noisy cells (reads from DB)
7  checkNoisyChannels = cms.untracked.bool(True),
8  # switch off uneeded histograms
9  detailedAnalysis = cms.untracked.bool(False),
10  # # of bins in the time histos
11  nTimeBins = cms.untracked.int32(100),
12  # # of LS per bin in the time histos
13  nLSTimeBin = cms.untracked.int32(15),
14  # switch on/off sliding bins in time histos
15  slideTimeBins = cms.untracked.bool(True),
16  # top folder for the histograms in DQMStore
17  topHistoFolder = cms.untracked.string("HLT/HLTMonMuon/DT-Segments"),
18  # hlt DQM mode
19  hltDQMMode = cms.untracked.bool(True)
20  )

Definition at line 3 of file dtSegmentTask_hlt_cfi.py.