Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
HLTrigger
Configuration
python
hltHarvestingSequence_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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 )
Config
fastTimerServiceClient_cfi
DQMStore_cfi
Generated for CMSSW Reference Manual by
1.8.5