From 5bf207ba5d1357d0b589296b8436318d52d4e6cb Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 14 Aug 2026 14:04:19 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/EbyEFluctuations/Tasks/nchCumulantsId.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PWGCF/EbyEFluctuations/Tasks/nchCumulantsId.cxx b/PWGCF/EbyEFluctuations/Tasks/nchCumulantsId.cxx index 3c23ef7558f..41a0c26b2e3 100644 --- a/PWGCF/EbyEFluctuations/Tasks/nchCumulantsId.cxx +++ b/PWGCF/EbyEFluctuations/Tasks/nchCumulantsId.cxx @@ -456,11 +456,11 @@ struct NchCumulantsId { // Fill joint pos-neg correction profiles // capture inline from pos and neg - double jointF11 = posPow.q1 * negPow.q1; - double cf2pos = posPow.q1 * posPow.q1 - posPow.q2; - double cf2neg = negPow.q1 * negPow.q1 - negPow.q2; - double jointF12 = posPow.q1 * cf2neg; - double jointF21 = negPow.q1 * cf2pos; + double jointF11 = posPow.q1 * negPow.q1; + double cf2pos = posPow.q1 * posPow.q1 - posPow.q2; + double cf2neg = negPow.q1 * negPow.q1 - negPow.q2; + double jointF12 = posPow.q1 * cf2neg; + double jointF21 = negPow.q1 * cf2pos; // ─── Fill raw q-vectors (for cross-verification) registry.fill(base + HIST("Q_net_1"), cent, qNet1); registry.fill(base + HIST("Q_net_1Sq"), cent, qNet1 * qNet1);