Changeset 6e91f77 in git
- Timestamp:
- May 2, 2016, 6:28:08 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- d5bc436
- Parents:
- 1dad056
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TrackSmearing.cc
r1dad056 r6e91f77 338 338 pt = candidate->Momentum.Pt (); 339 339 340 // -- to be checked, not sure yet about formulae340 // -- solve for delta: d0' = ( (x+delta)*py' - (y+delta)*px' )/pt' 341 341 342 342 candidate->InitialPosition.SetX (x + ((px * y - py * x + d0 * pt) / (py - px)));
Note:
See TracChangeset
for help on using the changeset viewer.