Skip to content

Commit 9a78a32

Browse files
authored
Removind hypernuclei named twice
1 parent f4ecb65 commit 9a78a32

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

DataFormats/simulation/include/SimulationDataFormat/O2DatabasePDG.h

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -301,31 +301,7 @@ inline void O2DatabasePDG::addALICEParticles(TDatabasePDG* db)
301301
"Ion", ionCode);
302302
}
303303

304-
ionCode = 1010020050;
305-
if (!db->GetParticle(ionCode)) {
306-
db->AddParticle("Hyperhelium5", "Hyperhelium5", 4.841, kFALSE, 2.5e-15, 6,
307-
"Ion", ionCode);
308-
}
309-
310-
ionCode = -1010020050;
311-
if (!db->GetParticle(ionCode)) {
312-
db->AddParticle("AntiHyperhelium5", "AntiHyperhelium5", 4.841, kFALSE,
313-
2.5e-15, 6, "Ion", ionCode);
314-
}
315-
316-
ionCode = 1020010040;
317-
if (!db->GetParticle(ionCode)) {
318-
db->AddParticle("DoubleHyperhydrogen4", "DoubleHyperhydrogen4", 4.106,
319-
kFALSE, 2.5e-15, 6, "Ion", ionCode);
320-
}
321-
322-
ionCode = -1020010040;
323-
if (!db->GetParticle(ionCode)) {
324-
db->AddParticle("DoubleAntiHyperhydrogen4", "DoubleAntiHyperhydrogen4",
325-
4.106, kFALSE, 2.5e-15, 6, "Ion", ionCode);
326-
}
327-
328-
// hyper helium 4 sigma
304+
// hyper helium 4 sigma
329305
ionCode = 1110020040;
330306
if (!db->GetParticle(ionCode)) {
331307
db->AddParticle("Hyperhelium4sigma", "Hyperhelium4sigma", 3.995, kFALSE,

0 commit comments

Comments
 (0)