# | Line 307 | Line 307 | void TreeWriter::Loop() { | |
---|---|---|
307 | thisphoton.photonIso = photonIso_corrected(*it, event->rho25); | |
308 | ||
309 | bool loose_photon_barrel = it->isEB() | |
310 | – | && it->passelectronveto |
310 | && it->hadTowOverEm<0.05 | |
311 | && it->sigmaIetaIeta<0.012 | |
312 | && thisphoton.chargedIso<2.6 | |
# | Line 315 | Line 314 | void TreeWriter::Loop() { | |
314 | && thisphoton.photonIso<1.3+0.005*thisphoton.pt; | |
315 | ||
316 | bool loose_photon_endcap = it->isEE() | |
318 | – | && it->passelectronveto |
317 | && it->hadTowOverEm<0.05 | |
318 | && it->sigmaIetaIeta<0.034 | |
319 | && thisphoton.chargedIso<2.3 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |