CMS 3D CMS Logo

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

Variables

tuple goodPhotons
 
tuple hltPhotonHI = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()
 
tuple photonFilter
 
tuple photonSkimSequence
 

Variable Documentation

tuple HI_PhotonSkim_cff.goodPhotons
Initial value:
1 = cms.EDFilter("PhotonSelector",
2  src = cms.InputTag("photons"),
3  cut = cms.string('et > 60 && hadronicOverEm < 0.1 && r9 > 0.8 && sigmaIetaIeta > 0.002')
4 )

Definition at line 11 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.hltPhotonHI = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()

Definition at line 5 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.photonFilter
Initial value:
1 = cms.EDFilter("EtMinPhotonCountFilter",
2  src = cms.InputTag("goodPhotons"),
3  etMin = cms.double(60.0),
4  minNumber = cms.uint32(1)
5 )

Definition at line 18 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.photonSkimSequence
Initial value:
1 = cms.Sequence(hltPhotonHI
2  * goodPhotons
3  * photonFilter
4  )

Definition at line 25 of file HI_PhotonSkim_cff.py.