Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Dec 5, 2024
1 parent 6b25f66 commit 9c64eb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Core/src/TrackFitting/GlobalChiSquareFitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<eBoundSize, 2>(0, deltaPosition) = jacPhiTheta;
extendedJacobian.template block<eBoundSize, 2>(0, deltaPosition) =
jacPhiTheta;
}

const Eigen::MatrixXd projJacobian = projector * extendedJacobian;
Expand Down

0 comments on commit 9c64eb7

Please sign in to comment.