From 7990aa63e412b6817442f7f06c134db7017260ba Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 4 Aug 2026 15:02:58 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGJE/Tasks/jetCorrelationD0.cxx | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/PWGJE/Tasks/jetCorrelationD0.cxx b/PWGJE/Tasks/jetCorrelationD0.cxx index 4389dbe5279..92bfe3b613f 100644 --- a/PWGJE/Tasks/jetCorrelationD0.cxx +++ b/PWGJE/Tasks/jetCorrelationD0.cxx @@ -374,27 +374,20 @@ struct JetCorrelationD0 { } if ((std::abs(d0DecayChannel) == kD0ToKPi) && (matchedFrom != 0) && (selectedAs == matchedFrom)) { category = 0; // signal -> D0 or D0bar, π+ K− - } - else if ((d0DecayChannel == kD0ToKPi) && (selectedAs == -1*matchedFrom)) { + } else if ((d0DecayChannel == kD0ToKPi) && (selectedAs == -1 * matchedFrom)) { category = 1; // reflection - } - else if (d0DecayChannel == kD0ToKPiPi) { + } else if (d0DecayChannel == kD0ToKPiPi) { category = 2; // corr bkg: π+ K− π0 } else if (d0DecayChannel == kD0ToPiPi) { category = 3; // corr bkg: π+ π− - } - else if (d0DecayChannel == kD0ToPiPiPi) { + } else if (d0DecayChannel == kD0ToPiPiPi) { category = 4; // corr bkg: π+ π− π0 - } - else if (d0DecayChannel == kD0ToKK) { + } else if (d0DecayChannel == kD0ToKK) { category = 5; // corr bkg: K+ K− } - - - tableD0McDetector(tableCollision.lastIndex(), // might want to add some more detector level D0 quantities like prompt or non prompt info scores[2], scores[1],