CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
hltHarvestingSequence_cff.py
Go to the documentation of this file.
2 
3 # DQMStore service
4 from DQMServices.Core.DQMStore_cfi import DQMStore
5 
6 # FastTimerService client
7 from HLTrigger.Timer.fastTimerServiceClient_cfi import fastTimerServiceClient
8 fastTimerServiceClient.dqmPath = "HLT/TimerService"
9 
10 # ThroughputService client
11 from HLTrigger.Timer.throughputServiceClient_cfi import throughputServiceClient
12 throughputServiceClient.dqmPath = "HLT/Throughput"
13 
14 # run the harveting modules and the DQMFileSaver
15 HLTHarvestingSequence = cms.Sequence( fastTimerServiceClient + throughputServiceClient )