# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |