Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
QCDAnalysis
Skimming
python
QCDHLT1jetPE1Skim_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
#
4
# Module for Jet trigger skim -- HLT1jetPE1 trigger
5
#
6
QCDHLT1jetPE1Trigger = cms.EDFilter(
"HLTHighLevel"
,
7
HLTPaths = cms.vstring(
'HLT1jetPE1'
),
8
byName = cms.bool(
True
),
9
andOr = cms.bool(
True
),
10
TriggerResultsTag = cms.InputTag(
"TriggerResults"
)
11
)
12
13
Config
Generated for CMSSW Reference Manual by
1.8.5