Variables | |
tuple | dtTriggerLutMonitor |
00001 cms.EDAnalyzer("DTLocalTriggerLutTask", 00002 # labels of DDU/DCC data and 4D segments 00003 inputTagDCC = cms.untracked.InputTag("dttfunpacker"), 00004 inputTagSEG = cms.untracked.InputTag("dt4DSegments"), 00005 # set static booking (all the detector) 00006 staticBooking = cms.untracked.bool(True), 00007 # set outflows to boudaries 00008 rebinOutFlowsInGraph = cms.untracked.bool(True), 00009 # enable more detailed studies 00010 detailedAnalysis = cms.untracked.bool(False), 00011 # label of the geometry used to feed DTTrigGeomUtils 00012 geomLabel = cms.untracked.string("idealForDigi"), 00013 # number of luminosity blocks to reset the histos 00014 ResetCycle = cms.untracked.int32(9999) 00015 )
Definition at line 3 of file dtTriggerLutTask_cfi.py.