Skip to content

Commit a6e4f38

Browse files
NucleiTask - Added suggested fixes - 2
1 parent 717a573 commit a6e4f38

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

PWGLF/Tasks/Nuspex/LFNucleiBATask.cxx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -238,14 +238,14 @@ struct LFNucleiBATask {
238238

239239
// PDG of Mothers
240240
static constexpr int kPdgMotherlist[] = {
241-
PDGPion,
242-
PDGKaon,
243-
311,
244-
PDGProton,
245-
PDGDeuteron,
246-
PDGTriton,
247-
PDGHelium,
248-
PDGAlpha,
241+
PDG_t::kPiPlus,
242+
PDG_t::kKPlus,
243+
PDG_t::kK0Short,
244+
PDG_t::kProton,
245+
o2::constants::physics::Pdg::kDeuteron,
246+
o2::constants::physics::Pdg::kTriton,
247+
o2::constants::physics::Pdg::kHelium3,
248+
o2::constants::physics::Pdg::kAlpha,
249249
1000130270,
250250
1000140280,
251251
1000260560};

0 commit comments

Comments
 (0)