Releases: iLCSoft/MarlinTrk
Releases · iLCSoft/MarlinTrk
v02-09-02
v02-09-01
v02-09
v02-08
v02-07
v02-07
-
2018-03-13 Marko Petric (PR#11)
- Fix for iLCSoft/LCIO#35
-
2018-03-23 Frank Gaede (PR#12)
- use the origin as reference point in MarlinTrk::createPrefit() for initial helix
- this improves the fit probability for Si-tracks (in ILD)
- similar issues reported by CLICdp
- use the origin as reference point in MarlinTrk::createPrefit() for initial helix
-
2018-03-28 Marko Petric (PR#13)
- 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#10)
- Performance optimisation, avoiding dynamic_cast, see also AIDASoft/aidaTT#19
- Fix compiler warnings for uninitialised members
v02-06
v02-05
v02-05
-
2017-10-12 Shaojun Lu (PR#8)
- Fix the segmentation fault which is caused by assigning the wrong number to _indexMap.
- Only when trajectory added measurement successfully, then to increase pointLabel by one, and assign it to _indexMap.
- Both DDKalTest and AidaTT(GBL) may be used by "RefitProcessor" and "FullLDCTracking_MarlinTrk" for track fitting.
- Fix the segmentation fault which is caused by assigning the wrong number to _indexMap.
-
2017-10-12 Frank Gaede (PR#7)
- add new helper class TrkSysConfig for setting the correct system configuration per event (scope)
- reduce initial error on tanLambda in
MarlinDDKalTestTrack::initialise()
-
2017-09-11 Frank Gaede (PR#6)
- reduce initial uncertainty for kappa/omega for track fits in
MarlinDDKalTestTracks::initialise(bool fitDirection)
- fixes a problem in TPC track fits, when first three points define a very different curvature
- should have no effect on Si-Tracking
- reduce initial uncertainty for kappa/omega for track fits in
v02-04
v02-04
-
2017-06-20 Andre Sailer (PR#4)
- Adapt to namespace changes in DD4hep
-
2017-06-27 Andre Sailer (PR#5)
- Clean up of tkrSystem and DDKalDetectors at the end of lifetime
-
2017-05-17 Frank Gaede (PR#2)
- replace gear::Vector3D with DDSurfaces::Vector3D in IMarlinTrack interface
- provide wrapper functions with old signature for backwards compatibility
- remove all other usages of Gear - remove obsolete MarlinKalTest and MarlinKalTestTrack
- from now on use only MarlinDDKalTest - fix all warnings seen with llvm (on mac)
- replace gear::Vector3D with DDSurfaces::Vector3D in IMarlinTrack interface