diff --git a/PWGDQ/Tasks/global-muon-matcher.cxx b/PWGDQ/Tasks/global-muon-matcher.cxx index 84ab766bfe1..30184d3570a 100644 --- a/PWGDQ/Tasks/global-muon-matcher.cxx +++ b/PWGDQ/Tasks/global-muon-matcher.cxx @@ -121,7 +121,6 @@ static float getDeltaPhi(float phi1, float phi2) return dphi; }; - struct GlobalMuonMatching { static constexpr int GlobalTrackTypeMax = 2; @@ -1290,8 +1289,8 @@ struct GlobalMuonMatching { template void prepareEventMixingMatchingCandidates(EVT const& collisions, - BC const& bcs, - TMUON const& muonTracks) + BC const& bcs, + TMUON const& muonTracks) { LOGF(info, "Filling mixed matching candidate tables");