CMS 3D CMS Logo

Variables

dtTriggerLutTest_cfi Namespace Reference

Variables

tuple triggerLutTest

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("DTTriggerLutTest",
00002     # prescale factor (in luminosity blocks) to perform client analysis
00003     diagnosticPrescale = cms.untracked.int32(1),
00004     # run in online environment
00005     runOnline = cms.untracked.bool(True),
00006     # kind of trigger data processed by DTLocalTriggerTask
00007     hwSources = cms.untracked.vstring('DCC'),
00008     # false if DTLocalTriggerTask used LTC digis
00009     localrun = cms.untracked.bool(True),
00010     # root folder for booking of histograms
00011     folderRoot = cms.untracked.string(''),
00012     validRange = cms.untracked.double(2.),
00013     # thershold for warning & errors in phi/phib tests
00014     thresholdWarnPhi = cms.untracked.double(.95),
00015     thresholdErrPhi  = cms.untracked.double(.90),
00016     thresholdWarnPhiB = cms.untracked.double(.95),
00017     thresholdErrPhiB  = cms.untracked.double(.90),
00018     # detailed analysis flag
00019     detailedAnalysis = cms.untracked.bool(False),
00020     # enable/ disable dynamic booking
00021     staticBooking = cms.untracked.bool(True)                                   
00022 )

Definition at line 3 of file dtTriggerLutTest_cfi.py.