From b7deba6748e0c1aaed524a5837ee724eb87f9c75 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 16 Jul 2026 07:12:27 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx b/PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx index eb58600a2df..75b8fa83176 100644 --- a/PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx +++ b/PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx @@ -243,17 +243,17 @@ struct NucleitpcPbPb { std::vector primaryParticles; std::vector primVtx, cents; - bool collHasCandidate = false; - bool collPassedEvSel = false; - int mRunNumber = 0; - int occupancy = 0; - float dBz = 0.0f; - TRandom3 rand; - float proton = 1; - float de = 2; - float triton = 3; - float he3 = 4; - float he4 = 5; + bool collHasCandidate = false; + bool collPassedEvSel = false; + int mRunNumber = 0; + int occupancy = 0; + float dBz = 0.0f; + TRandom3 rand; + float proton = 1; + float de = 2; + float triton = 3; + float he3 = 4; + float he4 = 5; //---------------------------------------------------------------------------------------------------------------- void init(InitContext const&)