CMS 3D CMS Logo

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

Variables

tuple dtSegmentAnalysisMonitor
 

Variable Documentation

tuple dtSegmentTask_cfi.dtSegmentAnalysisMonitor
Initial value:
1 = DQMEDAnalyzer('DTSegmentAnalysisTask',
2  # switch for verbosity
3  debug = cms.untracked.bool(False),
4  # label of 4D segments
5  recHits4DLabel = cms.string('dt4DSegments'),
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  # top folder for the histograms in DQMStore
11  topHistoFolder = cms.untracked.string('DT/02-Segments'),
12  # hlt DQM mode
13  hltDQMMode = cms.untracked.bool(False),
14  # max phi angle of reconstructed segments
15  phiSegmCut = cms.untracked.double(30.),
16  # min # hits of segment used to validate a segment in WB+-2/SecX/MB1
17  nhitsCut = cms.untracked.int32(11)
18  )

Definition at line 4 of file dtSegmentTask_cfi.py.