CMS 3D CMS Logo

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

Variables

tuple dtSegmentTestkHLT
 

Variable Documentation

tuple dtSegmentAnalysisTest_hlt_cfi.dtSegmentTestkHLT
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("HLT/HLTMonMuon/DT-Segments"),
13  # hlt DQM mode
14  hltDQMMode = cms.untracked.bool(True),
15  nEventsCert = cms.untracked.int32(1000)
16  )

Definition at line 3 of file dtSegmentAnalysisTest_hlt_cfi.py.