Skip to content

Commit

Permalink
add comment to size_t nUpdate = kInvalid
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Oct 16, 2023
1 parent 2dd2e10 commit d0d9be9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Core/include/Acts/TrackFitting/GlobalChiSquareFitter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,11 @@ class Gx2Fitter {
/// Calibration context for the fit
const CalibrationContext* calibrationContext{nullptr};

/// The current iteration of the fitter
/// The current iteration of the fitter.
/// The variable is updated in fit().
/// The actor needs to know the current iteration for adding new
/// trackStates. During the first iteration, each measurement surfaces will
/// be added to the track.
size_t nUpdate = Acts::MultiTrajectoryTraits::kInvalid;

/// @brief Gx2f actor operation
Expand Down

0 comments on commit d0d9be9

Please sign in to comment.