CMS 3D CMS Logo

Variables

dtSegmentTask_cfi Namespace Reference

Variables

tuple dtSegmentAnalysisMonitor

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('dt4DSegments'),
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("DT/02-Segments"),
00018                                           # hlt DQM mode
00019                                           hltDQMMode = cms.untracked.bool(False),
00020                                           # max phi angle of reconstructed segments 
00021                                           phiSegmCut = cms.untracked.double(30.),
00022                                           # min # hits of segment used to validate a segment in WB+-2/SecX/MB1 
00023                                           nhitsCut = cms.untracked.int32(11)
00024                                           )

Definition at line 3 of file dtSegmentTask_cfi.py.