CMS 3D CMS Logo

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

Variables

tuple dtSegmentAnalysisMonitor
 

Variable Documentation

tuple dtSegmentTask_cfi.dtSegmentAnalysisMonitor
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('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  # # 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("DT/02-Segments"),
18  # hlt DQM mode
19  hltDQMMode = cms.untracked.bool(False),
20  # max phi angle of reconstructed segments
21  phiSegmCut = cms.untracked.double(30.),
22  # min # hits of segment used to validate a segment in WB+-2/SecX/MB1
23  nhitsCut = cms.untracked.int32(11)
24  )

Definition at line 3 of file dtSegmentTask_cfi.py.