Fork me on GitHub

Ignore:
Timestamp:
Oct 26, 2017, 12:02:34 AM (7 years ago)
Author:
Kevin Pedro <kpedro88@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
cde9f31
Parents:
181c061
Message:

use updated impact parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TrackCountingBTagging.cc

    r181c061 r76ef951  
    122122      xd = track->Xd;
    123123      yd = track->Yd;
    124       d0 = TMath::Hypot(xd, yd);
     124      d0 = TMath::Abs(track->D0);
    125125      dd0 = track->ErrorD0;
    126126
Note: See TracChangeset for help on using the changeset viewer.