Skip to content

v00-08

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

v00-08

  • 2017-08-21 Andre Sailer (PR#17)

    • fixeByFiveMatrix/Vector5d: fix initialisation: Zero is a static function, previously nothing was initialised to 0. At least this fixes display of trackParameters where the covariance matrix was shown the random values from uninitialised values nstead of zeros.
  • 2017-10-12 Shaojun Lu (PR#18)

    • Update trajectory::addMeasurement from void to bool for adding successfully.
      • the success information could be used by "MarlinTrk/src/MarlinAidaTTTrack.cc".
      • Both DDKalTest and AidaTT(GBL) may be used by "RefitProcessor" and "FullLDCTracking_MarlinTrk" for track fitting.