Skip to content

v01-04

Compare
Choose a tag to compare
@gaede gaede released this 12 Oct 13:43
· 152 commits to master since this release

v01-04

  • 2017-09-20 Daniel Hynds (PR#20)

    • Distance Of Closest Approach to the origin added, used as a cut on new seed cells in order to reduce combinatorics
  • 2017-07-11 Daniel Hynds (PR#15)

    • Rewrote track fit in SZ, proper phi treatment
    • Updated track strategy including extension of hits throughout the detector
    • Utility tool added for debugging
  • 2017-09-21 Andre Sailer (PR#21)

    • Fix gcc compiler warnings
  • 2017-08-18 Andre Sailer (PR#19)

    • errors for endcaps updated and forward flag added
    • high pt track extension now uses CA (over 10 GeV/c pt)
    • strategy slightly changed for displaced tracks to stop overloading in case of high occupancy events, fixes #16
  • 2017-10-02 Andre Sailer (PR#22)

    • Use smart pointers to wrap objects and simplify memory management.
  • 2017-07-27 Andre Sailer (PR#17)

    • Added temporary workaround when a way too large number of tracks would be created. Add skipEvent flag to allow for proper cleanup before exception is thrown.
  • 2017-10-06 Andre Sailer (PR#23)