CMS 3D CMS Logo

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

Variables

tuple triggerLutTest
 

Variable Documentation

tuple dtTriggerLutTest_cfi.triggerLutTest
Initial value:
1 = DQMEDHarvester("DTTriggerLutTest",
2  # prescale factor (in luminosity blocks) to perform client analysis
3  diagnosticPrescale = cms.untracked.int32(1),
4  # run in online environment
5  runOnline = cms.untracked.bool(True),
6  # kind of trigger data processed by DTLocalTriggerTask
7  hwSources = cms.untracked.vstring('TM'),
8  # false if DTLocalTriggerTask used LTC digis
9  localrun = cms.untracked.bool(True),
10  # root folder for booking of histograms
11  folderRoot = cms.untracked.string(''),
12  validRange = cms.untracked.double(2.),
13  # thershold for warning & errors in phi/phib tests
14  thresholdWarnPhi = cms.untracked.double(.95),
15  thresholdErrPhi = cms.untracked.double(.90),
16  thresholdWarnPhiB = cms.untracked.double(.95),
17  thresholdErrPhiB = cms.untracked.double(.90),
18  # detailed analysis flag
19  detailedAnalysis = cms.untracked.bool(False),
20  # enable/ disable dynamic booking
21  staticBooking = cms.untracked.bool(True)
22 )

Definition at line 4 of file dtTriggerLutTest_cfi.py.