Variables | |
tuple | diphotonSkimSequence |
tuple | photonCandsPt30HOverE01 |
Diphoton CS. | |
tuple | twoPhotonsPt30HOverE01 |
Definition at line 14 of file PDWG_DoublePhotonSkim_cff.py.
00001 cms.EDFilter("PhotonRefSelector", 00002 src = cms.InputTag("photons"), 00003 cut = cms.string("(pt > 30) && (hadronicOverEm < 0.1)"), 00004 )
Diphoton CS.
Definition at line 4 of file PDWG_DoublePhotonSkim_cff.py.
00001 cms.EDFilter("CandViewCountFilter", 00002 src = cms.InputTag("photonCandsPt30HOverE01"), 00003 minNumber = cms.uint32(2), 00004 )
Definition at line 9 of file PDWG_DoublePhotonSkim_cff.py.