Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
DQM
HLTEvF
python
FourVectorHLT_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
hltResults = cms.EDAnalyzer(
"FourVectorHLT"
,
4
plotAll = cms.untracked.bool(
True
),
5
ptMax = cms.untracked.double(100.0),
6
ptMin = cms.untracked.double(0.0),
7
filters = cms.VPSet(),
8
# data best guess
9
triggerSummaryLabel = cms.InputTag(
"hltTriggerSummaryAOD"
,
""
,
"HLT"
)
10
)
11
12
Config
Generated for CMSSW Reference Manual by
1.8.5