CMS 3D CMS Logo

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.

Initial value:
00001 cms.EDFilter("PhotonSelector",
00002     src = cms.InputTag("photons"),
00003     cut = cms.string('et > 20 && hadronicOverEm < 0.1 && r9 > 0.8')
00004 )

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.

Initial value:
00001 cms.EDProducer("CandViewShallowCloneCombiner",
00002   checkCharge = cms.bool(False),
00003   cut = cms.string('60 < mass < 120'),
00004   decay = cms.string('goodCleanPhotons goodCleanPhotons')
00005 )

Definition at line 49 of file HI_PhotonSkim_cff.py.

Initial value:
00001 cms.EDFilter("EtMinPhotonCountFilter",
00002     src = cms.InputTag("goodPhotons"),
00003     etMin = cms.double(40.0),
00004     minNumber = cms.uint32(1)
00005 )

Definition at line 17 of file HI_PhotonSkim_cff.py.

Initial value:
00001 cms.EDFilter("CandViewCountFilter",
00002   src = cms.InputTag("photonCombiner"),
00003   minNumber = cms.uint32(1)
00004 )

Definition at line 55 of file HI_PhotonSkim_cff.py.

Initial value:
00001 cms.Sequence(hltPhotonHI
00002                                   * goodPhotons
00003                                   * photonFilter
00004                                   * hiPhotonCleaningSequence
00005                                   * goodCleanPhotons
00006                                   * cleanPhotonFilter
00007                                   )

Definition at line 33 of file HI_PhotonSkim_cff.py.

Initial value:
00001 cms.EDFilter("EtMinPhotonCountFilter",
00002     src = cms.InputTag("goodPhotons"),
00003     etMin = cms.double(20.0),
00004     minNumber = cms.uint32(2)
00005 )

Definition at line 42 of file HI_PhotonSkim_cff.py.

Initial value:
00001 cms.Sequence(hltPhotonHI
00002                                * goodPhotons
00003                                * twoPhotonFilter
00004                                * hiPhotonCleaningSequence
00005                                * goodCleanPhotons
00006                                * photonCombiner
00007                                * photonPairCounter
00008                                )

Definition at line 61 of file HI_PhotonSkim_cff.py.