Skip to content

Commit

Permalink
Update Core/include/Acts/TrackFinding/TrackSelector.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Stefl <[email protected]>
  • Loading branch information
pbutti and andiwand authored Nov 5, 2024
1 parent 6bae694 commit 6d21c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/include/Acts/TrackFinding/TrackSelector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ inline std::ostream& operator<<(std::ostream& os,
auto printMax = [&](const char* name, const auto& max) {
os << " - " << name << " <= " << max << "\n";
};

printMinMax("loc0", cuts.loc0Min, cuts.loc0Max);
printMinMax("loc1", cuts.loc1Min, cuts.loc1Max);
printMinMax("time", cuts.timeMin, cuts.timeMax);
Expand Down

0 comments on commit 6d21c0a

Please sign in to comment.