Changeset 76ef951 in git
- Timestamp:
- Oct 26, 2017, 12:02:34 AM (7 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- cde9f31
- Parents:
- 181c061
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TrackCountingBTagging.cc
r181c061 r76ef951 122 122 xd = track->Xd; 123 123 yd = track->Yd; 124 d0 = TMath:: Hypot(xd, yd);124 d0 = TMath::Abs(track->D0); 125 125 dd0 = track->ErrorD0; 126 126
Note:
See TracChangeset
for help on using the changeset viewer.