File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 3030#include < Math/ProbFunc.h>
3131
3232#include < algorithm>
33+ #include < iostream>
3334#include < limits>
3435#include < map>
3536#include < memory>
3637#include < string>
38+ #include < tuple>
3739#include < unordered_map>
3840#include < utility>
3941#include < vector>
40- #include < tuple>
41- #include < iostream>
4242
4343using namespace o2 ;
4444using namespace o2 ::framework;
@@ -1865,7 +1865,6 @@ struct qaMatching {
18651865 mftTrackType = pairedMftTrack.isCA () ? 1 : 0 ;
18661866 decayRanking = GetDecayRanking (mchTrack, mftTracks);
18671867 }
1868- int matchType = static_cast <int >(globalTracksVector[0 ].matchType );
18691868
18701869 // find the index of the matching candidate that corresponds to the true match
18711870 // index=1 corresponds to the leading candidate
@@ -2225,9 +2224,7 @@ struct qaMatching {
22252224 for (auto & [mchIndex, globalTracksVector] : matchingCandidates) {
22262225 auto const & mchTrack = muonTracks.rawIteratorAt (mchIndex);
22272226
2228- int candidateId = 0 ;
22292227 for (const auto & candidate : globalTracksVector) {
2230- candidateId += 1 ;
22312228 auto const & muonTrack = muonTracks.rawIteratorAt (candidate.globalTrackId );
22322229 if (!muonTrack.has_collision ())
22332230 continue ;
You can’t perform that action at this time.
0 commit comments