CMS 3D CMS Logo

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

Variables

tuple segmentTest
 

Variable Documentation

tuple dtSegmentAnalysisTest_cfi.segmentTest
Initial value:
1 = cms.EDAnalyzer("DTSegmentAnalysisTest",
2  detailedAnalysis = cms.untracked.bool(False),
3  #Perform basic diagnostic in endLumi/EndRun
4  runOnline = cms.untracked.bool(True),
5  #Names of the quality tests: they must match those specified in "qtList"
6  chi2TestName = cms.untracked.string('chi2InRange'),
7  segmRecHitTestName = cms.untracked.string('segmRecHitInRange'),
8  #Permetted value of chi2 segment quality
9  chi2Threshold = cms.untracked.double(5.0),
10  normalizeHistoPlots = cms.untracked.bool(False),
11  # top folder for the histograms in DQMStore
12  topHistoFolder = cms.untracked.string("DT/02-Segments"),
13  # hlt DQM mode
14  hltDQMMode = cms.untracked.bool(False),
15  nEventsCert = cms.untracked.int32(1000),
16  maxPhiHit = cms.untracked.int32(7),
17  maxPhiZHit = cms.untracked.int32(11),
18  )

Definition at line 3 of file dtSegmentAnalysisTest_cfi.py.