Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
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
# $Id: HLTScalers_cfi.py,v 1.8 2011/03/24 18:25:45 rekovic Exp $
5
hlts = cms.EDAnalyzer(
"HLTScalers"
,
6
# untracked bool specifyPaths = true
7
# untracked vstring pathNames = {'HLT1MuonIso',
8
# 'HLT1MuonNonIso',
9
# 'HLT2MuonIso',
10
# 'HLT2MuonNonIso'}
11
triggerResults = cms.InputTag(
"TriggerResults"
,
""
,
"HLT"
),
12
processname = cms.string(
"HLT"
),
13
dqmFolder = cms.untracked.string(
"HLT/HLTScalers_EvF"
),
14
verbose = cms.untracked.bool(
False
)
15
)
16
Config
Generated for CMSSW Reference Manual by
1.8.5