Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:17:07

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 # DQMStore service
0004 from DQMServices.Core.DQMStore_cfi import DQMStore
0005 
0006 # FastTimerService client
0007 from HLTrigger.Timer.fastTimerServiceClient_cfi import fastTimerServiceClient
0008 fastTimerServiceClient.dqmPath  = "HLT/TimerService"
0009 
0010 # ThroughputService client
0011 from HLTrigger.Timer.throughputServiceClient_cfi import throughputServiceClient
0012 throughputServiceClient.dqmPath = "HLT/Throughput"
0013 
0014 # run the harveting modules and the DQMFileSaver
0015 HLTHarvestingSequence = cms.Sequence( fastTimerServiceClient + throughputServiceClient )