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