|
15 | 15 | /// \brief Task to monitor the single particle QA, at the particle and track level, showing the tracked and the origin of particles |
16 | 16 | /// |
17 | 17 |
|
| 18 | +#include <CommonConstants/PhysicsConstants.h> |
18 | 19 | #include <Framework/ASoA.h> |
19 | 20 | #include <Framework/AnalysisDataModel.h> |
20 | 21 | #include <Framework/AnalysisHelpers.h> |
@@ -88,10 +89,10 @@ struct Alice3SingleParticle { |
88 | 89 | pdg->AddParticle("triton", "triton", 2.8089218, kTRUE, 0.0, 3, "Nucleus", 1000010030); |
89 | 90 | pdg->AddAntiParticle("anti-triton", -1000010030); |
90 | 91 |
|
91 | | - pdg->AddParticle("helium3", "helium3", 2.80839160743, kTRUE, 0.0, 6, "Nucleus", 1000020030); |
| 92 | + pdg->AddParticle("helium3", "helium3", o2::constants::physics::MassHelium3, kTRUE, 0.0, 6, "Nucleus", 1000020030); |
92 | 93 | pdg->AddAntiParticle("anti-helium3", -1000020030); |
93 | 94 |
|
94 | | - pdg->AddParticle("helium4", "helium4", 2.80839160743, kTRUE, 0.0, 6, "Nucleus", 1000020040); |
| 95 | + pdg->AddParticle("helium4", "helium4", o2::constants::physics::MassAlpha, kTRUE, 0.0, 6, "Nucleus", 1000020040); |
95 | 96 | pdg->AddAntiParticle("anti-helium4", -1000020040); |
96 | 97 |
|
97 | 98 | const TString tit = Form("%i", PDG.value); |
|
0 commit comments