- Timestamp:
- Apr 1, 2017, 3:47:06 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 24d49b4, 9330b7b
- Parents:
- 81bedba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TrackPileUpSubtractor.cc
r81bedba r781edf86 161 161 // assume perfect pile-up subtraction for tracks outside fZVertexResolution 162 162 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) 164 164 { 165 165 candidate->IsRecoPU = 1;
Note:
See TracChangeset
for help on using the changeset viewer.