From fdc22d4ff4a9b354744eecc208c8528ebb7f5939 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 3 Dec 2025 12:52:11 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Strangeness/cascadecorrelations.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGLF/Tasks/Strangeness/cascadecorrelations.cxx b/PWGLF/Tasks/Strangeness/cascadecorrelations.cxx index 661e1c43703..d26483e7f97 100644 --- a/PWGLF/Tasks/Strangeness/cascadecorrelations.cxx +++ b/PWGLF/Tasks/Strangeness/cascadecorrelations.cxx @@ -1015,7 +1015,7 @@ struct CascadeCorrelations { // Let's do some logic on matched reconstructed collisions - if there less or more than one, fill some QA and skip the rest double FT0mult = -1; // non-sensible default value just in case - double vtxz = mcCollision.posZ(); + double vtxz = mcCollision.posZ(); if (collisions.size() < 1) { registry.fill(HIST("MC/hSplitEvents"), 0); registry.fill(HIST("MC/hGenMultNoReco"), mCounter.countFT0A(mcParticles) + mCounter.countFT0C(mcParticles));