@@ -140,7 +140,7 @@ inline void O2DatabasePDG::addALICEParticles(TDatabasePDG* db)
140140 db->AddParticle (" A_0+ " , " " , 0.9960 , kFALSE , 0.0 , +3 , " meson" , 9000211 );
141141 db->AddParticle (" A_0- " , " " , 0.9960 , kFALSE , 0.0 , -3 , " meson" , -9000211 );
142142
143- // db->AddParticle("F0P0 ", " ", 0.9960, kFALSE, 0.0, 0, "meson", 9010221);
143+ // db->AddParticle("F0P0 ", " ", 0.9960, kFALSE, 0.0, 0, "meson", 9010221);
144144
145145 db->AddParticle (" KDL_2+ " , " " , 1.773 , kFALSE , 0.0 , +3 , " meson" , 10325 );
146146 db->AddParticle (" KDL_2- " , " " , 1.773 , kFALSE , 0.0 , -3 , " meson" , -10325 );
@@ -232,7 +232,7 @@ inline void O2DatabasePDG::addALICEParticles(TDatabasePDG* db)
232232 db->AddParticle (" FeedbackPhoton" , " FeedbackPhoton" , 0 , kFALSE ,
233233 0 , 0 , " Special" , kspe + 51 );
234234
235- // Hyper nuclei and exotica
235+ // Hyper nuclei and exotica
236236 ionCode = 1010010030 ;
237237 if (!db->GetParticle (ionCode)) {
238238 db->AddParticle (" HyperTriton" , " HyperTriton" , 2.991134 , kFALSE ,
@@ -245,25 +245,25 @@ inline void O2DatabasePDG::addALICEParticles(TDatabasePDG* db)
245245 2.5e-15 , 3 , " Ion" , ionCode);
246246 }
247247
248- // hyper hydrogen 4 ground state
248+ // hyper hydrogen 4 ground state
249249 ionCode = 1010010040 ;
250250 if (!db->GetParticle (ionCode)) {
251251 db->AddParticle (" Hyperhydrog4" , " Hyperhydrog4" , 3.922434 , kFALSE ,
252252 2.5e-15 , 3 , " Ion" , ionCode);
253253 }
254- // anti hyper hydrogen 4 ground state
254+ // anti hyper hydrogen 4 ground state
255255 ionCode = -1010010040 ;
256256 if (!db->GetParticle (ionCode)) {
257257 db->AddParticle (" AntiHyperhydrog4" , " AntiHyperhydrog4" , 3.922434 , kFALSE ,
258258 2.5e-15 , 3 , " Ion" , ionCode);
259259 }
260- // hyper helium 4 ground state
260+ // hyper helium 4 ground state
261261 ionCode = 1010020040 ;
262262 if (!db->GetParticle (ionCode)) {
263263 db->AddParticle (" Hyperhelium4" , " Hyperhelium4" , 3.921728 , kFALSE ,
264264 2.5e-15 , 6 , " Ion" , ionCode);
265265 }
266- // anti hyper helium 4 ground state
266+ // anti hyper helium 4 ground state
267267 ionCode = -1010020040 ;
268268 if (!db->GetParticle (ionCode)) {
269269 db->AddParticle (" AntiHyperhelium4" , " AntiHyperhelium4" , 3.921728 , kFALSE ,
@@ -464,12 +464,6 @@ inline void O2DatabasePDG::addALICEParticles(TDatabasePDG* db)
464464 0.07 , 0 , " Resonance" , ionCode);
465465 }
466466
467- ionCode = 225 ;
468- if (!db->GetParticle (ionCode)) {
469- db->AddParticle (" f2_1270" , " f2_1270" , 1.275 , kFALSE ,
470- 0.185 , 0 , " Resonance" , ionCode);
471- }
472-
473467 // Lambda(1405)0
474468 ionCode = 102132 ;
475469 if (!db->GetParticle (ionCode)) {
@@ -501,7 +495,7 @@ inline void O2DatabasePDG::addALICEParticles(TDatabasePDG* db)
501495 // glueball hunting
502496 ionCode = 225 ;
503497 if (!db->GetParticle (ionCode)) {
504- db->AddParticle (" f2_1270" , " f2_1270" , 1.2754 , kFALSE , 0.1858 , 0 , " Resonance" , ionCode);
498+ db->AddParticle (" f2_1270" , " f2_1270" , 1.2754 , kFALSE , 0.186 , 0 , " Resonance" , ionCode);
505499 }
506500 ionCode = 115 ;
507501 if (!db->GetParticle (ionCode)) {
@@ -517,7 +511,7 @@ inline void O2DatabasePDG::addALICEParticles(TDatabasePDG* db)
517511 }
518512 ionCode = 10331 ;
519513 if (!db->GetParticle (ionCode)) {
520- db->AddParticle (" f0_1710" , " f0_1710" , 1.710 , kFALSE , 0.139 , 0 , " Resonance" , ionCode);
514+ db->AddParticle (" f0_1710" , " f0_1710" , 1.710 , kFALSE , 0.150 , 0 , " Resonance" , ionCode);
521515 }
522516 ionCode = 335 ;
523517 if (!db->GetParticle (ionCode)) {
@@ -564,9 +558,9 @@ inline void O2DatabasePDG::addALICEParticles(TDatabasePDG* db)
564558 0.040 , -3 , " Resonance" , -ionCode);
565559 }
566560
567- // Additional Hidden Strangeness Pentaquarks
561+ // Additional Hidden Strangeness Pentaquarks
568562
569- // Ps +/-
563+ // Ps +/-
570564 ionCode = 9322132 ;
571565 if (!db->GetParticle (ionCode)) {
572566 db->AddParticle (" Ps_Plus_1870" , " Ps_Plus_1870" , 1.870 , kFALSE ,
@@ -604,7 +598,7 @@ inline void O2DatabasePDG::addALICEParticles(TDatabasePDG* db)
604598 0.10 , -3 , " Resonance" , -ionCode);
605599 }
606600
607- // Ps0
601+ // Ps0
608602 ionCode = 9322131 ;
609603 if (!db->GetParticle (ionCode)) {
610604 db->AddParticle (" Ps_0_1870" , " Ps_0_1870" , 1.870 , kFALSE ,
@@ -693,14 +687,14 @@ inline void O2DatabasePDG::addALICEParticles(TDatabasePDG* db)
693687
694688 // d*(2380) - dibaryon resonance
695689
696- ionCode = 900010020 ; // Arbitrary choice - as deuteron but with leading 9 instead of 10
690+ ionCode = 900010020 ; // Arbitrary choice - as deuteron but with leading 9 instead of 10
697691 if (!db->GetParticle (ionCode)) {
698692 db->AddParticle (" d*_2380" , " d*_2380" , 2.38 , kFALSE ,
699693 0.070 , 3 , " Resonance" , ionCode);
700694 }
701695 db->AddAntiParticle (" d*_2380_bar" , -ionCode);
702696
703- // Sexaquark (uuddss): compact, neutral and stable hypothetical bound state (arxiv.org/abs/1708.08951)
697+ // Sexaquark (uuddss): compact, neutral and stable hypothetical bound state (arxiv.org/abs/1708.08951)
704698 ionCode = 900000020 ;
705699 if (!db->GetParticle (ionCode)) {
706700 db->AddParticle (" Sexaquark" , " Sexaquark" , 2.0 , kTRUE , 0.0 , 0 , " Special" , ionCode);
@@ -733,4 +727,4 @@ inline void O2DatabasePDG::addParticlesFromExternalFile(TDatabasePDG* db)
733727
734728} // namespace o2
735729
736- #endif // O2_O2DATABASEPDG_H
730+ #endif // O2_O2DATABASEPDG_H
0 commit comments