CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
razorHemispheres_cff Namespace Reference

Variables

tuple caloHemispheres
 
tuple caloHemisphereSequence = cms.Sequence(caloHemispheres)
 
tuple hemispheres
 
tuple hemisphereSequence = cms.Sequence(hemispheres)
 

Variable Documentation

tuple razorHemispheres_cff.caloHemispheres
Initial value:
1 = cms.EDFilter(
2  "HLTRHemisphere",
3  inputTag = cms.InputTag("ak4CaloJets"),
4  minJetPt = cms.double(30),
5  maxEta = cms.double(3.0),
6  maxNJ = cms.int32(9)
7 )

Definition at line 11 of file razorHemispheres_cff.py.

tuple razorHemispheres_cff.caloHemisphereSequence = cms.Sequence(caloHemispheres)

Definition at line 21 of file razorHemispheres_cff.py.

tuple razorHemispheres_cff.hemispheres
Initial value:
1 = cms.EDFilter(
2  "HLTRHemisphere",
3  inputTag = cms.InputTag("ak4PFJetsCHS"),
4  minJetPt = cms.double(40),
5  maxEta = cms.double(3.0),
6  maxNJ = cms.int32(9)
7 )

Definition at line 3 of file razorHemispheres_cff.py.

Referenced by SUSY_HLT_Razor.analyze(), HLTHemiDPhiFilter.hltFilter(), HLTRFilter.hltFilter(), RazorVarProducer.produce(), and PATHemisphereProducer.produce().

tuple razorHemispheres_cff.hemisphereSequence = cms.Sequence(hemispheres)

Definition at line 19 of file razorHemispheres_cff.py.