From 9aad001f0066d6e126e02c901e86ea9f7241cbec Mon Sep 17 00:00:00 2001 From: Federico Meloni Date: Wed, 27 Nov 2024 13:43:44 +0100 Subject: [PATCH] Update source/Utils/src/FilterTracks.cc Co-authored-by: Thomas Madlener --- source/Utils/src/FilterTracks.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/source/Utils/src/FilterTracks.cc b/source/Utils/src/FilterTracks.cc index 325e955..7938c2d 100644 --- a/source/Utils/src/FilterTracks.cc +++ b/source/Utils/src/FilterTracks.cc @@ -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& trackStates = trk->getTrackStates(); const auto foundCaloState = std::find_if(trackStates.begin(), trackStates.end(),