Skip to content

Commit d47dda1

Browse files
authored
Update hadronnucleicorrelation.cxx
1 parent d0a32f2 commit d47dda1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/Tasks/Nuspex/hadronnucleicorrelation.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1872,10 +1872,10 @@ struct HadronNucleiCorrelation {
18721872

18731873
if (std::abs(particle.y()) < yRap) {
18741874
switch (particle.pdgCode()) {
1875-
case o2::constants::physics::Pdg::kProton:
1875+
case PDG_t::kProton:
18761876
registry.fill(HIST("Generated/hProtonsVsPt"), particle.pt());
18771877
break;
1878-
case -o2::constants::physics::Pdg::kProton:
1878+
case -PDG_t::kProton:
18791879
registry.fill(HIST("Generated/hAntiProtonsVsPt"), particle.pt());
18801880
break;
18811881
case o2::constants::physics::Pdg::kDeuteron:

0 commit comments

Comments
 (0)