Skip to content

Commit 436c0b0

Browse files
sawankumawatsawenzel
authored andcommitted
added particle f2(1270)
1 parent 927ea39 commit 436c0b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DataFormats/simulation/include/SimulationDataFormat/O2DatabasePDG.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,10 @@ inline void O2DatabasePDG::addALICEParticles(TDatabasePDG* db)
490490
}
491491

492492
// glueball hunting
493+
ionCode = 225;
494+
if (!db->GetParticle(ionCode)) {
495+
db->AddParticle("f2_1270", "f2_1270", 1.2754, kFALSE, 0.1858, 0, "Resonance", ionCode);
496+
}
493497
ionCode = 115;
494498
if (!db->GetParticle(ionCode)) {
495499
db->AddParticle("a2_1320", "a2_1320", 1.3182, kFALSE, 0.1078, 0, "Resonance", ionCode);

0 commit comments

Comments
 (0)