Skip to content

Commit

Permalink
Update source/Utils/src/FilterTracks.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Madlener <[email protected]>
  • Loading branch information
madbaron and tmadlener authored Nov 27, 2024
1 parent 6c52d55 commit 9aad001
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/Utils/src/FilterTracks.cc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ void FilterTracks::processEvent( LCEvent * evt )

int nholes = trk->getNholes();

bool foundCaloState = false;
// Check if a TrackState at the calo surface exists
const std::vector<EVENT::TrackState*>& trackStates = trk->getTrackStates();
const auto foundCaloState = std::find_if(trackStates.begin(), trackStates.end(),
Expand Down

0 comments on commit 9aad001

Please sign in to comment.