From e7d2a5f77f27a4026b81d5c66274139b3f5a895c Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 30 Oct 2024 13:03:30 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../simulation/include/SimulationDataFormat/O2DatabasePDG.h | 4 ++-- Steer/src/O2MCApplication.cxx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DataFormats/simulation/include/SimulationDataFormat/O2DatabasePDG.h b/DataFormats/simulation/include/SimulationDataFormat/O2DatabasePDG.h index 99acb71710284..3487f7a0e5aef 100644 --- a/DataFormats/simulation/include/SimulationDataFormat/O2DatabasePDG.h +++ b/DataFormats/simulation/include/SimulationDataFormat/O2DatabasePDG.h @@ -331,13 +331,13 @@ inline void O2DatabasePDG::addALICEParticles(TDatabasePDG* db) 2.5e-15, 6, "Ion", ionCode); } - //hyper helium 4 sigma + // hyper helium 4 sigma ionCode = 1110020040; if (!db->GetParticle(ionCode)) { db->AddParticle("Hyperhelium4sigma", "Hyperhelium4sigma", 3.995, kFALSE, 2.5e-15, 6, "Ion", ionCode); } - //anti-hyper helium 4 sigma + // anti-hyper helium 4 sigma ionCode = -1110020040; if (!db->GetParticle(ionCode)) { db->AddParticle("AntiHyperhelium4sigma", "AntiHyperhelium4sigma", 3.995, kFALSE, diff --git a/Steer/src/O2MCApplication.cxx b/Steer/src/O2MCApplication.cxx index cbc5c894c269b..240e56aba28c4 100644 --- a/Steer/src/O2MCApplication.cxx +++ b/Steer/src/O2MCApplication.cxx @@ -303,9 +303,9 @@ void addSpecialParticles() //Double Anti-Hyper hydrogen 4 TVirtualMC::GetMC()->DefineParticle(-1020010040, "DoubleAntiHyperhydrogen4", kPTHadron, 4.106, 1.0, 2.632e-10, "Ion", 0.0, 0, 1, 0, 0, 0, 0, 0, 4, kFALSE); - //Hyper helium 4 sigma + // Hyper helium 4 sigma TVirtualMC::GetMC()->DefineParticle(1110020040, "Hyperhelium4sigma", kPTHadron, 3.995, 2.0, 8.018e-11, "Ion", 0.0, 0, 1, 0, 0, 0, 0, 0, 4, kFALSE); - //Anti-Hyper helium 4 sigma + // Anti-Hyper helium 4 sigma TVirtualMC::GetMC()->DefineParticle(-1110020040, "AntiHyperhelium4sigma", kPTHadron, 3.995, 2.0, 8.018e-11, "Ion", 0.0, 0, 1, 0, 0, 0, 0, 0, 4, kFALSE); //Lambda-Neutron