From 5ffd5af3df9ced638d8b7c22a220a78755903246 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 16 May 2025 15:11:04 +0000 Subject: [PATCH] Please consider the following formatting changes --- Generators/src/GeneratorPythia8.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Generators/src/GeneratorPythia8.cxx b/Generators/src/GeneratorPythia8.cxx index f1a52ad382a11..48ec236076086 100644 --- a/Generators/src/GeneratorPythia8.cxx +++ b/Generators/src/GeneratorPythia8.cxx @@ -663,7 +663,7 @@ Bool_t auto st = o2::mcgenstatus::MCGenStatusEncoding(particle.statusHepMC(), // particle.status()) // .fullEncoding; - mParticles.push_back(TParticle(pdg, // Particle type + mParticles.push_back(TParticle(pdg, // Particle type st, // status particle.mother1() - 1, // first mother particle.mother2() - 1, // second mother