Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 dtTriggerLutMonitor = cms.EDAnalyzer("DTLocalTriggerLutTask",
00004
00005 inputTagDCC = cms.untracked.InputTag("dttfunpacker"),
00006 inputTagSEG = cms.untracked.InputTag("dt4DSegments"),
00007
00008 staticBooking = cms.untracked.bool(True),
00009
00010 rebinOutFlowsInGraph = cms.untracked.bool(True),
00011
00012 detailedAnalysis = cms.untracked.bool(False),
00013
00014 geomLabel = cms.untracked.string("idealForDigi"),
00015
00016 ResetCycle = cms.untracked.int32(9999)
00017 )
00018
00019