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 cleanPhotonFilter = photonFilter.clone(src=cms.InputTag("goodCleanPhotons"))
 
tuple goodCleanPhotons = goodPhotons.clone(src=cms.InputTag("cleanPhotons"))
 
tuple goodPhotons
 
tuple hltPhotonHI = HLTrigger.HLTfilters.hltHighLevel_cfi.hltHighLevel.clone()
 
tuple photonCombiner
 
tuple photonFilter
 
tuple photonPairCounter
 
tuple photonSkimSequence
 
tuple twoPhotonFilter
 
tuple zEESkimSequence
 

Variable Documentation

tuple HI_PhotonSkim_cff.cleanPhotonFilter = photonFilter.clone(src=cms.InputTag("goodCleanPhotons"))

Definition at line 30 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.goodCleanPhotons = goodPhotons.clone(src=cms.InputTag("cleanPhotons"))

Definition at line 27 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.goodPhotons
Initial value:
1 = cms.EDFilter("PhotonSelector",
2  src = cms.InputTag("photons"),
3  cut = cms.string('et > 20 && hadronicOverEm < 0.1 && r9 > 0.8')
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.photonCombiner
Initial value:
1 = cms.EDProducer("CandViewShallowCloneCombiner",
2  checkCharge = cms.bool(False),
3  cut = cms.string('60 < mass < 120'),
4  decay = cms.string('goodCleanPhotons goodCleanPhotons')
5 )

Definition at line 49 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(40.0),
4  minNumber = cms.uint32(1)
5 )

Definition at line 17 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.photonPairCounter
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("photonCombiner"),
3  minNumber = cms.uint32(1)
4 )

Definition at line 55 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.photonSkimSequence
Initial value:
1 = cms.Sequence(hltPhotonHI
2  * goodPhotons
3  * photonFilter
4  * hiPhotonCleaningSequence
5  * goodCleanPhotons
6  * cleanPhotonFilter
7  )

Definition at line 33 of file HI_PhotonSkim_cff.py.

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

Definition at line 42 of file HI_PhotonSkim_cff.py.

tuple HI_PhotonSkim_cff.zEESkimSequence
Initial value:
1 = cms.Sequence(hltPhotonHI
2  * goodPhotons
3  * twoPhotonFilter
4  * hiPhotonCleaningSequence
5  * goodCleanPhotons
6  * photonCombiner
7  * photonPairCounter
8  )

Definition at line 61 of file HI_PhotonSkim_cff.py.