Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TrackPileUpSubtractor.cc

    r781edf86 r4de073b  
    161161      // assume perfect pile-up subtraction for tracks outside fZVertexResolution
    162162
    163       if(candidate->Charge !=0 && candidate->IsPU && TMath::Abs(z-zvtx) > fFormula->Eval(pt, eta, phi, e)* 1.0e3)
     163      if(candidate->Charge !=0 && 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.