From 5d9305d793483f0b33b7858a95001da3f4a48c67 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 3 Dec 2025 12:12:44 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Strangeness/strangenessInJets.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGLF/Tasks/Strangeness/strangenessInJets.cxx b/PWGLF/Tasks/Strangeness/strangenessInJets.cxx index 774228cf971..f984e580cfb 100644 --- a/PWGLF/Tasks/Strangeness/strangenessInJets.cxx +++ b/PWGLF/Tasks/Strangeness/strangenessInJets.cxx @@ -1561,7 +1561,7 @@ struct StrangenessInJets { continue; if (!motherPos.isPhysicalPrimary()) continue; - + // K0s if (passedK0ShortSelection(v0, pos, neg) && motherPos.pdgCode() == kK0Short) { registryMC.fill(HIST("K0s_reconstructed_fullevent"), multiplicity, v0.pt()); @@ -1704,7 +1704,7 @@ struct StrangenessInJets { if (motherPos != motherNeg) continue; bool isPhysPrim = motherPos.isPhysicalPrimary()); - + // Compute distance from jet and UE axes double deltaEtaJet = v0dir.Eta() - selectedJet[i].Eta(); double deltaPhiJet = getDeltaPhi(v0dir.Phi(), selectedJet[i].Phi());