Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
HLTriggerOffline
SUSYBSM
python
razorHemispheres_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
hemispheres = cms.EDFilter(
4
"HLTRHemisphere"
,
5
inputTag = cms.InputTag(
"ak4PFJetsCHS"
),
6
minJetPt = cms.double(40),
7
maxEta = cms.double(3.0),
8
maxNJ = cms.int32(9)
9
)
10
11
hemisphereSequence = cms.Sequence(hemispheres)
Config
Generated for CMSSW Reference Manual by
1.8.5