Skip to content

Commit

Permalink
Merge branch 'main' into athena-nupdatecolumn
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger authored Jun 28, 2024
2 parents a600aab + 3dc1b1f commit 8d7341e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/include/Acts/TrackFitting/GlobalChiSquareFitter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -709,8 +709,8 @@ class Gx2Fitter {
// new track and delete it after updating the parameters. However, if we
// would work on the externally provided track container, it would be
// difficult to remove the correct track, if it contains more than one.
Acts::VectorTrackContainer trackContainerTempBackend;
Acts::VectorMultiTrajectory trajectoryTempBackend;
track_container_t trackContainerTempBackend;
traj_t trajectoryTempBackend;
TrackContainer trackContainerTemp{trackContainerTempBackend,
trajectoryTempBackend};

Expand Down

0 comments on commit 8d7341e

Please sign in to comment.