Skip to content

Commit

Permalink
added particle f2(1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
sawankumawat committed Feb 3, 2025
1 parent 9dcdaae commit 83a4df1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,10 @@ inline void O2DatabasePDG::addALICEParticles(TDatabasePDG* db)
}

// glueball hunting
ionCode = 225;
if (!db->GetParticle(ionCode)) {
db->AddParticle("f2_1270", "f2_1270", 1.2754, kFALSE, 0.1858, 0, "Resonance", ionCode);
}
ionCode = 115;
if (!db->GetParticle(ionCode)) {
db->AddParticle("a2_1320", "a2_1320", 1.3182, kFALSE, 0.1078, 0, "Resonance", ionCode);
Expand Down

0 comments on commit 83a4df1

Please sign in to comment.