ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/kiesel/TreeWriter/treeWriter.cc
(Generate patch)

Comparing UserCode/kiesel/TreeWriter/treeWriter.cc (file contents):
Revision 1.28 by kiesel, Sun Apr 28 10:33:56 2013 UTC vs.
Revision 1.29 by kiesel, Mon Apr 29 13:50:54 2013 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines