From 536b78a89d956d7c6a7cb8e8206525e4dce429b2 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 16 Jul 2026 11:11:09 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx b/PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx index f609244aab8..7830d684f2b 100644 --- a/PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx +++ b/PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx @@ -931,7 +931,7 @@ struct NucleitpcPbPb { float p = getRigidity(track); float massTOF = p * charge * std::sqrt(1.f / (beta * beta) - 1.f); float massSquareOverChargeSquare = (massTOF * massTOF) / (charge * charge); - + // Apply He4 rejection if needed (to match data selection) bool skipHe4 = false; if (std::abs(pdg) == particlePdgCodes.at(5)) { // He4 @@ -939,7 +939,7 @@ struct NucleitpcPbPb { skipHe4 = true; } } - + if (!skipHe4) { if (pdg > 0) { histomc.fill(HIST("hMassVsPtMC"), ptReco, massSquareOverChargeSquare, collision.centFT0C());