From 3412c05cae3558b4bd87a3a09a48a1496982f822 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 27 Jun 2025 15:03:34 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Strangeness/sigmaminustask.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PWGLF/Tasks/Strangeness/sigmaminustask.cxx b/PWGLF/Tasks/Strangeness/sigmaminustask.cxx index a3b4e3b7494..ac588fb8597 100644 --- a/PWGLF/Tasks/Strangeness/sigmaminustask.cxx +++ b/PWGLF/Tasks/Strangeness/sigmaminustask.cxx @@ -41,7 +41,6 @@ struct sigmaminustask { Preslice mPerCol = aod::track::collisionId; - void init(InitContext const&) { // Axes @@ -92,7 +91,7 @@ struct sigmaminustask { } rEventSelection.fill(HIST("hVertexZRec"), collision.posZ()); - auto kinkCandPerColl = KinkCands.sliceBy(mPerCol, collision.globalIndex()); + auto kinkCandPerColl = KinkCands.sliceBy(mPerCol, collision.globalIndex()); for (const auto& kinkCand : kinkCandPerColl) { auto dauTrack = kinkCand.trackDaug_as(); auto mothTrack = kinkCand.trackMoth_as();