Fork me on GitHub

Changes in / [e576ef60:24d49b4] in git


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TrackPileUpSubtractor.cc

    re576ef60 r24d49b4  
    161161      // assume perfect pile-up subtraction for tracks outside fZVertexResolution
    162162
    163       if(candidate->Charge !=0 && TMath::Abs(z-zvtx) > fFormula->Eval(pt, eta, phi, e)* 1.0e3)
     163      if(candidate->Charge !=0 && candidate->IsPU && TMath::Abs(z-zvtx) > fFormula->Eval(pt, eta, phi, e)* 1.0e3)
    164164      {
    165165        candidate->IsRecoPU = 1;
Note: See TracChangeset for help on using the changeset viewer.