From 9c64eb797621472e76cdd7c411ee729617e91ed7 Mon Sep 17 00:00:00 2001 From: AJPfleger Date: Thu, 5 Dec 2024 21:01:06 +0100 Subject: [PATCH] format --- Core/src/TrackFitting/GlobalChiSquareFitter.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Core/src/TrackFitting/GlobalChiSquareFitter.cpp b/Core/src/TrackFitting/GlobalChiSquareFitter.cpp index 811f5815146..4062124496e 100644 --- a/Core/src/TrackFitting/GlobalChiSquareFitter.cpp +++ b/Core/src/TrackFitting/GlobalChiSquareFitter.cpp @@ -89,7 +89,8 @@ void Acts::Experimental::addMeasurementToGx2fSumsBackend( // The position, where we need to insert the values in the extended Jacobian const std::size_t deltaPosition = eBoundSize + 2 * (matSurface - 1); - extendedJacobian.template block(0, deltaPosition) = jacPhiTheta; + extendedJacobian.template block(0, deltaPosition) = + jacPhiTheta; } const Eigen::MatrixXd projJacobian = projector * extendedJacobian;