File indexing completed on 2021-02-14 12:49:41
0001 import FWCore.ParameterSet.Config as cms
0002
0003
0004 from DQMServices.Core.DQMStore_cfi import DQMStore
0005
0006
0007 from HLTrigger.Timer.fastTimerServiceClient_cfi import fastTimerServiceClient
0008 fastTimerServiceClient.dqmPath = "HLT/TimerService"
0009
0010
0011 from HLTrigger.Timer.throughputServiceClient_cfi import throughputServiceClient
0012 throughputServiceClient.dqmPath = "HLT/Throughput"
0013
0014
0015 HLTHarvestingSequence = cms.Sequence( fastTimerServiceClient + throughputServiceClient )