Skip to content

Commit

Permalink
fixup: GridDensityVertexFinder::setTracksToRemove
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Feb 14, 2024
1 parent 8e364fb commit 70455c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Core/include/Acts/Vertexing/GridDensityVertexFinder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,13 @@ class GridDensityVertexFinder final : public IVertexFinder {

bool hasTrivialState() const override { return true; }

void setTracksToRemove(
IVertexFinder::State& state,
const std::vector<InputTrack>& removedTracks) const override {
auto& thisState = state.template as<State>();
thisState.tracksToRemove = removedTracks;
}

/// @brief Constructor for user-defined InputTrack type
///
/// @param cfg Configuration object
Expand Down

0 comments on commit 70455c4

Please sign in to comment.