Fork me on GitHub

Changeset 6e91f77 in git for modules


Ignore:
Timestamp:
May 2, 2016, 6:28:08 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
d5bc436
Parents:
1dad056
Message:

added comment on smeared initial position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/TrackSmearing.cc

    r1dad056 r6e91f77  
    338338    pt = candidate->Momentum.Pt ();
    339339   
    340     // -- to be checked, not sure yet about formulae
     340    // -- solve for delta: d0' = ( (x+delta)*py' - (y+delta)*px' )/pt'
    341341   
    342342    candidate->InitialPosition.SetX (x + ((px * y - py * x + d0 * pt) / (py - px)));
Note: See TracChangeset for help on using the changeset viewer.