test
CMS 3D CMS Logo

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

Variables

tuple diphotonSkimSequence
 
tuple photonCandsPt30HOverE01
 Diphoton CS. More...
 
tuple twoPhotonsPt30HOverE01
 

Variable Documentation

tuple PDWG_DoublePhotonSkim_cff.diphotonSkimSequence
Initial value:
1 = cms.Sequence(
2  photonCandsPt30HOverE01 *
3  twoPhotonsPt30HOverE01
4  )

Definition at line 14 of file PDWG_DoublePhotonSkim_cff.py.

tuple PDWG_DoublePhotonSkim_cff.photonCandsPt30HOverE01
Initial value:
1 = cms.EDFilter("PhotonRefSelector",
2  src = cms.InputTag("photons"),
3  cut = cms.string("(pt > 30) && (hadronicOverEm < 0.1)"),
4  )

Diphoton CS.

Definition at line 4 of file PDWG_DoublePhotonSkim_cff.py.

tuple PDWG_DoublePhotonSkim_cff.twoPhotonsPt30HOverE01
Initial value:
1 = cms.EDFilter("CandViewCountFilter",
2  src = cms.InputTag("photonCandsPt30HOverE01"),
3  minNumber = cms.uint32(2),
4  )

Definition at line 9 of file PDWG_DoublePhotonSkim_cff.py.