Fork me on GitHub

Changeset 24d49b4 in git


Ignore:
Timestamp:
Apr 3, 2017, 5:38:16 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
accffb9
Parents:
e576ef60 (diff), 781edf86 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of github.com:delphes/delphes

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.