Skip to content

Commit

Permalink
Update Core/include/Acts/Seeding/GNN_TrackingFilter.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander J. Pfleger <[email protected]>
  • Loading branch information
Rosie-Hasan and AJPfleger authored Nov 29, 2023
1 parent 8659abe commit 701f043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/include/Acts/Seeding/GNN_TrackingFilter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class TrigFTF_GNN_TrackingFilter {
}); // iterator to vector member with this id
int index = std::distance(m_geo.begin(), iterator);

return m_geo.at(index).m_type; // needs to be 0,2 or -2
return m_geo.at(index).m_type; // needs to be 0, 2, or -2
}

const std::vector<Acts::TrigInDetSiLayer>& m_geo;
Expand Down

0 comments on commit 701f043

Please sign in to comment.