CMS 3D CMS Logo

Variables

dtSegmentTask_hlt_cfi Namespace Reference

Variables

tuple dtSegmentTaskHLT

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("DTSegmentAnalysisTask",
00002                                   # switch for verbosity
00003                                   debug = cms.untracked.bool(False),
00004                                   # label of 4D segments
00005                                   recHits4DLabel = cms.string('hltDt4DSegments'),
00006                                   # skip segments with noisy cells (reads from DB)
00007                                   checkNoisyChannels = cms.untracked.bool(True),
00008                                   # switch off uneeded histograms
00009                                   detailedAnalysis = cms.untracked.bool(False),
00010                                   # # of bins in the time histos
00011                                   nTimeBins = cms.untracked.int32(100),
00012                                   # # of LS per bin in the time histos
00013                                   nLSTimeBin = cms.untracked.int32(15),
00014                                   # switch on/off sliding bins in time histos
00015                                   slideTimeBins = cms.untracked.bool(True),
00016                                   # top folder for the histograms in DQMStore
00017                                   topHistoFolder = cms.untracked.string("HLT/HLTMonMuon/DT-Segments"),
00018                                   # hlt DQM mode
00019                                   hltDQMMode = cms.untracked.bool(True)
00020                                   )

Definition at line 3 of file dtSegmentTask_hlt_cfi.py.