Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DQM
TrigXMonitor
python
HLTScalers_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# HLT scalers. wittich 11/07
4
hlts = cms.EDAnalyzer(
"HLTScalers"
,
5
# untracked bool specifyPaths = true
6
# untracked vstring pathNames = {'HLT1MuonIso',
7
# 'HLT1MuonNonIso',
8
# 'HLT2MuonIso',
9
# 'HLT2MuonNonIso'}
10
triggerResults = cms.InputTag(
"TriggerResults"
,
""
,
"HLT"
),
11
processname = cms.string(
"HLT"
),
12
dqmFolder = cms.untracked.string(
"HLT/HLTScalers_EvF"
),
13
verbose = cms.untracked.bool(
False
)
14
)
15
Config
Generated for CMSSW Reference Manual by
1.8.5