Variables | |
tuple | patPhotonEcalIsolation |
tuple | patPhotonHcalIsolation |
tuple | patPhotonIsolation |
tuple | patPhotonTrackIsolation |
00001 cms.Sequence( 00002 gamIsoDepositEcalFromHits * gamIsoFromDepsEcalFromHits 00003 )
Definition at line 16 of file photonIsolation_cff.py.
00001 cms.Sequence( 00002 gamIsoDepositHcalFromTowers * gamIsoFromDepsHcalFromTowers 00003 )
Definition at line 20 of file photonIsolation_cff.py.
00001 cms.Sequence( 00002 patPhotonTrackIsolation + 00003 patPhotonEcalIsolation + 00004 patPhotonHcalIsolation 00005 )
Definition at line 24 of file photonIsolation_cff.py.
00001 cms.Sequence( 00002 gamIsoDepositTk * gamIsoFromDepsTk 00003 )
Definition at line 12 of file photonIsolation_cff.py.