Releases: AIDASoft/aidaTT
Releases · AIDASoft/aidaTT
v00-10
v00-09
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
- includes from
- Fix for the removal of DDSurfaces which have been merged into DDRec
-
2017-11-30 Andre Sailer (PR#19)
- Performance optimisation from running profiler (Intel VTune Amplifier)
v00-08
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.
- Update trajectory::addMeasurement from void to bool for adding successfully.
v00-07
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).