From f5cf8944e2da2ae49f9d7c558c048cea5c3ed5ff Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 17 Apr 2026 16:46:12 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGDQ/Tasks/qaMatching.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PWGDQ/Tasks/qaMatching.cxx b/PWGDQ/Tasks/qaMatching.cxx index bee1a4d7aed..20277a78696 100644 --- a/PWGDQ/Tasks/qaMatching.cxx +++ b/PWGDQ/Tasks/qaMatching.cxx @@ -1010,7 +1010,7 @@ struct QaMatching { SMatrix55Sym hK, vK; SVector5 mK(mftTrack.getX(), mftTrack.getY(), mftTrack.getPhi(), - mftTrack.getTanl(), mftTrack.getInvQPt()), + mftTrack.getTanl(), mftTrack.getInvQPt()), rKKminus1; SVector5 globalMuonTrackParameters = mchTrack.getParameters(); SMatrix55Sym globalMuonTrackCovariances = mchTrack.getCovariances(); @@ -1045,7 +1045,7 @@ struct QaMatching { SMatrix45 hK; SMatrix44 vK; SVector4 mK(mftTrack.getX(), mftTrack.getY(), mftTrack.getPhi(), - mftTrack.getTanl()), + mftTrack.getTanl()), rKKminus1; SVector5 globalMuonTrackParameters = mchTrack.getParameters(); SMatrix55Sym globalMuonTrackCovariances = mchTrack.getCovariances(); @@ -2332,7 +2332,7 @@ struct QaMatching { // Matching efficiencies // outer loop on matchable pairs - for (const auto& [matchableMchIndex, matchableMftIndex] : matchablePairs) { + for (const auto& [matchableMchIndex, matchableMftIndex] : matchablePairs) { // get the standalone MCH track auto const& mchTrack = muonTracks.rawIteratorAt(matchableMchIndex);