CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
razorHemispheres_cff.py
Go to the documentation of this file.
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)