CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dtTriggerLutTest_cfi.py
Go to the documentation of this file.
2 
3 triggerLutTest = cms.EDAnalyzer("DTTriggerLutTest",
4  # prescale factor (in luminosity blocks) to perform client analysis
5  diagnosticPrescale = cms.untracked.int32(1),
6  # run in online environment
7  runOnline = cms.untracked.bool(True),
8  # kind of trigger data processed by DTLocalTriggerTask
9  hwSources = cms.untracked.vstring('DCC'),
10  # false if DTLocalTriggerTask used LTC digis
11  localrun = cms.untracked.bool(True),
12  # root folder for booking of histograms
13  folderRoot = cms.untracked.string(''),
14  validRange = cms.untracked.double(2.),
15  # thershold for warning & errors in phi/phib tests
16  thresholdWarnPhi = cms.untracked.double(.95),
17  thresholdErrPhi = cms.untracked.double(.90),
18  thresholdWarnPhiB = cms.untracked.double(.95),
19  thresholdErrPhiB = cms.untracked.double(.90),
20  # detailed analysis flag
21  detailedAnalysis = cms.untracked.bool(False),
22  # enable/ disable dynamic booking
23  staticBooking = cms.untracked.bool(True)
24 )
25 
26