Revert "copy covariance matrix rather than keep pointer in CubicStateInterpolationTraj"
Compare changes
Files
2@@ -18,7 +18,7 @@
@@ -18,7 +18,7 @@
@@ -40,14 +40,14 @@ namespace LHCb
@@ -40,14 +40,14 @@ namespace LHCb
std::unique_ptr<Trajectory> clone() const override { return std::unique_ptr<Trajectory>(new CubicStateInterpolationTraj(*this)) ; }
@@ -58,7 +58,7 @@ namespace LHCb
@@ -58,7 +58,7 @@ namespace LHCb
CubicStateInterpolationTraj::CubicStateInterpolationTraj(const LHCb::State& begin,const LHCb::State& end)
@@ -66,7 +66,7 @@ namespace LHCb
@@ -66,7 +66,7 @@ namespace LHCb
CubicStateInterpolationTraj::CubicStateInterpolationTraj(const LHCb::State& state,const Gaudi::XYZVector& bfield)
@@ -74,15 +74,15 @@ namespace LHCb
@@ -74,15 +74,15 @@ namespace LHCb