Archive the Legacy TrkKalmanFitter. It is not MT safe or maintained.
Archive the Legacy TrkKalmanFitter implementation. IT is the only ATLAS fitter not being MT-safe or planned to become and has not be maintained for a few years
One can use
- The
ActsKalmanFitter
implementationsclass ActsKalmanFitter : virtual public Trk::ITrackFitter, public AthAlgTool
or - The MT-safe HLT
DistributedKalman
implementationclass DistributedKalmanFilter : virtual public ITrackFitter, public AthAlgTool
Edited by Christos Anastopoulos