Skip to content

Releases: iLCSoft/ConformalTracking

v01-03

30 Jun 13:30
Compare
Choose a tag to compare

v01-03

  • 2017-06-13 Daniel Hynds (PR#11)

    • Added clang-format to cmake lists and added extra target. "make format" will now format the code, and will be prepared automatically if clang-format exists.
    • Updated tracking strategy and added some improvements in terms of refitting tracks each time a hit is added, and included a maximum chi2 criteria for adding hits
  • 2017-06-13 Andre Sailer (PR#10)

    • ConformalTracking: Fix some memory leaks
  • 2017-06-28 Andre Sailer (PR#14)

    • Add format checker as a CI check
  • 2017-06-28 Andre Sailer (PR#13)

    • ConformalTracking: cleanup final conformal tracks
  • 2017-05-31 Andre Sailer (PR#7)

    • Make all output DEBUG for now, because there is too much output for the grid to handle
  • 2017-06-20 Andre Sailer (PR#12)

    • Adapt to DD4hep namespace change, get BField from utility function
  • 2017-06-03 Daniel Hynds (PR#8)

    • Put track fit back in, accidentally missing during debugging
  • 2017-05-24 Daniel Hynds (PR#6)

    • Chi2 calculations completely reworked
    • Significant code cleanup
    • Code modularised to allow different tracking strategies
    • Default state currently still vertex-only track construction

v01-02

19 Apr 09:43
Compare
Choose a tag to compare

v01-02

v01-02-pre

12 Apr 18:29
Compare
Choose a tag to compare
v01-02-pre Pre-release
Pre-release

v01-02

  • 2017-03-29 Daniel Hynds (PR#3)

    • Collections are added sequentially to the list of hits being used to make tracks, including unused hits from the previous collections. Previously hits were considered individually before this step, leading to missed hits in the interaction region.
  • 2017-03-28 Andre Sailer (PR#2)

    • Removed "CellIDDecoderString" parameter, not necessary by using encoding_string()