Skip to content

Releases: AIDASoft/aidaTT

v00-10

11 Dec 17:34
Compare
Choose a tag to compare

v00-10

  • 2019-02-04 Frank Gaede (PR#23)
    • make example material_ntuples.cpp work w/ current DD4hep
      - c'tor of MaterialManager() now takes a volume ...

v00-09

28 Mar 14:19
Compare
Choose a tag to compare

v00-09

  • 2018-01-18 Frank Gaede (PR#21)

    • fix default initialization of reference to abstract (osx-llvm)
  • 2018-01-17 Frank Gaede (PR#20)
    -fix all warnings (gcc54-ub1604)

  • 2018-03-28 Marko Petric (PR#22)

    • Fix for the removal of DDSurfaces which have been merged into DDRec
      • includes from DDSurfaces -> DDRec
      • namespace DDSurfaces -> dd4hep::rec
  • 2017-11-30 Andre Sailer (PR#19)

    • Performance optimisation from running profiler (Intel VTune Amplifier)

v00-08

12 Oct 13:43
Compare
Choose a tag to compare

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.

v00-07

30 Jun 13:30
Compare
Choose a tag to compare

v00-07

  • 2017-06-23 Frank Gaede (PR#15)

    • adapt examples to recent namespace change in DD4hep
    • replace DDSurfaces with dd4hep::rec
    • fix -Winfinite-recursion in Vector5 (operator+)
  • 2017-06-20 Andre Sailer (PR#14)

    • Adapt to changes in namespaces and LCDD --> Detector
  • 2017-06-26 Frank Gaede (PR#16)

    • fix some Coverity issues
  • 2017-05-08 Andre Sailer (PR#13)

    • CMake: Instead of using GENERATE_PACKAGE_CONFIG_FILES call configure_file and install directly. Macro was used from DD4hep before (and is no longer available there).

v00-06

19 Apr 09:42
Compare
Choose a tag to compare

v00-06

v00-06-pre

12 Apr 18:29
Compare
Choose a tag to compare
v00-06-pre Pre-release
Pre-release

v00-06

  • 2017-04-03 Emilia Leogrande (PR#11)
    -Replace ILDCellID0 with LCTrackerCellID

  • 2017-04-12 Shaojun Lu (PR#12)

    • Added "-DGBL_EIGEN_SUPPORT_ROOT" to allow GBLInterface.cc still use ROOT from GBL.