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.26 by kiesel, Thu Apr 25 17:37:32 2013 UTC vs.
Revision 1.27 by kiesel, Thu Apr 25 18:17:04 2013 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines