Variables | |
tuple | triggerLutTest |
00001 cms.EDAnalyzer("DTLocalTriggerLutTest", 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','DDU'), 00008 # false if DTLocalTriggerTask used LTC digis 00009 localrun = cms.untracked.bool(True), 00010 # enable/disable correlation plot tests 00011 doCorrelationStudy = cms.untracked.bool(False), 00012 # root folder for booking of histograms 00013 folderRoot = cms.untracked.string('') 00014 )
Definition at line 3 of file dtLocalTriggerLutTest_cfi.py.