We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717a573 commit a6e4f38Copy full SHA for a6e4f38
PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx
@@ -238,14 +238,14 @@ struct LFNucleiBATask {
238
239
// PDG of Mothers
240
static constexpr int kPdgMotherlist[] = {
241
- PDGPion,
242
- PDGKaon,
243
- 311,
244
- PDGProton,
245
- PDGDeuteron,
246
- PDGTriton,
247
- PDGHelium,
248
- PDGAlpha,
+ PDG_t::kPiPlus,
+ PDG_t::kKPlus,
+ PDG_t::kK0Short,
+ PDG_t::kProton,
+ o2::constants::physics::Pdg::kDeuteron,
+ o2::constants::physics::Pdg::kTriton,
+ o2::constants::physics::Pdg::kHelium3,
+ o2::constants::physics::Pdg::kAlpha,
249
1000130270,
250
1000140280,
251
1000260560};
0 commit comments