From 09cff18de95990ba2c8278d7c7dc33419a005184 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 1 Apr 2025 15:44:43 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Nuspex/antinucleiInJets.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/Tasks/Nuspex/antinucleiInJets.cxx b/PWGLF/Tasks/Nuspex/antinucleiInJets.cxx index 3356880e133..d925de5561f 100644 --- a/PWGLF/Tasks/Nuspex/antinucleiInJets.cxx +++ b/PWGLF/Tasks/Nuspex/antinucleiInJets.cxx @@ -1152,7 +1152,7 @@ struct AntinucleiInJets { auto jetForSub = jet; fastjet::PseudoJet jetMinusBkg = backgroundSub.doRhoAreaSub(jetForSub, rhoPerp, rhoMPerp); if (getCorrectedPt(jetMinusBkg.pt(), responseMatrix) < minJetPt) - continue; + continue; // perpendicular cone double coneRadius = std::sqrt(jet.area() / PI);