Skip to content

Commit

Permalink
TrackStateType printout in wrong order
Browse files Browse the repository at this point in the history
  • Loading branch information
timadye authored Feb 14, 2024
1 parent d043298 commit 845dea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/include/Acts/EventData/TrackStateType.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ class ConstTrackStateType {
for (std::size_t i = 0; i < TrackStateFlag::NumTrackStateFlags; i++) {
trunc[i] = bs[i];
}
// MeasurementParameterOutlierHoleMaterialSharedhit
os << "MPOHMS=" << trunc;
// SharedhitMaterialHoleOutlierParameterMeasurement
os << "SMHOPM=" << trunc;
return os;
}

Expand Down

0 comments on commit 845dea9

Please sign in to comment.