@@ -78,9 +78,9 @@ namespace o2::aod
7878{
7979namespace globalmuonmatching
8080{
81- DECLARE_SOA_COLUMN (IsTagged, isTagged, bool ); // ! Whether the MCH(-MID) track passes tagging cuts
82- DECLARE_SOA_COLUMN (MatchRanking, matchRanking, int32_t ); // ! Match candidate ranking (-1 for base MCH entries)
83- DECLARE_SOA_COLUMN (MixedGroupIndex, mixedGroupIndex, int32_t ); // ! Mixed-event group index (-1 for same-event candidates)
81+ DECLARE_SOA_COLUMN (IsTagged, isTagged, bool ); // ! Whether the MCH(-MID) track passes tagging cuts
82+ DECLARE_SOA_COLUMN (MatchRanking, matchRanking, int32_t ); // ! Match candidate ranking (-1 for base MCH entries)
83+ DECLARE_SOA_COLUMN (MixedGroupIndex, mixedGroupIndex, int32_t ); // ! Mixed-event group index (-1 for same-event candidates)
8484DECLARE_SOA_INDEX_COLUMN_FULL (FwdTrackRealign, fwdTrackRealign, int , FwdTracksReAlign, " " ); // ! Index of ambiguous FwdTracksReAlign entry
8585DECLARE_SOA_SLICE_INDEX_COLUMN_FULL (Bc, bc, int32_t , BCs, " " ); // ! BC index slice compatible with the track time window
8686} // namespace globalmuonmatching
@@ -1205,9 +1205,9 @@ struct GlobalMuonMatching {
12051205 mMchTrackPars .try_emplace (mchTrackIndex, TrackParExt (fwdtrackutils::getTrackParCovFwd (muonTrack, muonTrack), muonTrack.nClusters ()));
12061206
12071207 mMchTrackInfos .try_emplace (mchTrackIndex, MchTrackInfo{
1208- .nMatchAttempts = 0 ,
1209- .matchingCandidates = std::vector<MatchingCandidate>(),
1210- .mixedMatchingCandidates = std::vector<std::vector<MatchingCandidate>>()});
1208+ .nMatchAttempts = 0 ,
1209+ .matchingCandidates = std::vector<MatchingCandidate>(),
1210+ .mixedMatchingCandidates = std::vector<std::vector<MatchingCandidate>>()});
12111211 }
12121212
12131213 for (const auto & mftTrack : mftTracks) {
@@ -1758,7 +1758,6 @@ struct GlobalMuonMatching {
17581758 fillBaseGmmCandFwdTrack (track, mchTrackParIt->second , gmmMchTrackId, -1 .f , -1 .f ,
17591759 isMchTrackTagged (mchTrackIndex));
17601760
1761-
17621761 if (candidateIterator != mStoredMatchingCandidates .end ()) {
17631762 for (const auto & candidate : candidateIterator->second ) {
17641763 auto mftTrackParIt = mMftTrackPars .find (candidate.mftTrackId );
0 commit comments