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.31 by khahn, Tue Jun 12 01:23:03 2012 UTC vs.
Revision 1.32 by anlevin, Fri Oct 5 09:22:32 2012 UTC

# Line 2297 | Line 2297 | float electronPFIso04(ControlFlags &ctrl
2297        if (fabs(ele->SCluster()->Eta()) > 1.479) {
2298          if (mithep::MathUtils::DeltaR(ele->Phi(),ele->Eta(), pf->Phi(), pf->Eta()) < 0.08) continue;
2299        }
2300 +
2301 +      assert(ele->HasSuperCluster());
2302 +      if(ele->GsfTrk()->NExpectedHitsInner()>0 && pf->MvaGamma() > 0.99 && pf->HasSCluster() && ele->SCluster() == pf->SCluster())      continue;
2303 +
2304 +
2305        if( ctrl.debug) cout << "gamma:: " << pf->Pt() << " "
2306                             << dr << endl;
2307        // KH, add to sync

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines