CMS 3D CMS Logo

Variables

dtSegmentAnalysisTest_cfi Namespace Reference

Variables

tuple segmentTest

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("DTSegmentAnalysisTest",
00002                              detailedAnalysis = cms.untracked.bool(False),
00003                              #Perform basic diagnostic in endLumi/EndRun
00004                              runOnline = cms.untracked.bool(True),
00005                              #Names of the quality tests: they must match those specified in "qtList"
00006                              chi2TestName = cms.untracked.string('chi2InRange'),
00007                              segmRecHitTestName = cms.untracked.string('segmRecHitInRange'),
00008                              #Permetted value of chi2 segment quality
00009                              chi2Threshold = cms.untracked.double(5.0),
00010                              normalizeHistoPlots = cms.untracked.bool(False),
00011                              # top folder for the histograms in DQMStore
00012                              topHistoFolder = cms.untracked.string("DT/02-Segments"),
00013                              # hlt DQM mode
00014                              hltDQMMode = cms.untracked.bool(False),
00015                              nEventsCert = cms.untracked.int32(1000),
00016                              maxPhiHit = cms.untracked.int32(7),
00017                              maxPhiZHit = cms.untracked.int32(11),
00018                              )

Definition at line 3 of file dtSegmentAnalysisTest_cfi.py.