ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/LeptonSelection/src/IsolationSelection.cc
(Generate patch)

Comparing UserCode/MitHzz4l/LeptonSelection/src/IsolationSelection.cc (file contents):
Revision 1.16 by khahn, Thu May 10 22:53:21 2012 UTC vs.
Revision 1.17 by khahn, Fri May 11 20:26:43 2012 UTC

# Line 1554 | Line 1554 | float electronPFIso04(ControlFlags &ctrl
1554        }
1555        if( ctrl.debug) cout << "gamma:: " << pf->Pt() << " "
1556                             << dr << endl;
1557 <      fGammaIso += pf->Pt();
1557 >      if( pf->Pt() > 0.5 )
1558 >        fGammaIso += pf->Pt();
1559      }
1560  
1561      //
# Line 1563 | Line 1564 | float electronPFIso04(ControlFlags &ctrl
1564      else {
1565        if( ctrl.debug) cout << "neutral:: " << pf->Pt() << " "
1566                             << dr << endl;
1567 +      if( pf->Pt() > 0.5 )
1568          fNeutralHadronIso += pf->Pt();
1569      }
1570  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines