1 parent dc59c7b commit d0a32f2Copy full SHA for d0a32f2
1 file changed
PWGLF/Tasks/Nuspex/hadronnucleicorrelation.cxx
@@ -1842,13 +1842,13 @@ struct HadronNucleiCorrelation {
1842
case PDG_t::kProton:
1843
registry.fill(HIST("Generated/hQAProtons"), binPosition);
1844
return true;
1845
- case -PDG_t::kProton:
+ case PDG_t::kProtonBar:
1846
registry.fill(HIST("Generated/hQAAntiProtons"), binPosition);
1847
1848
- case o2::constants::physics::Pdg::kNeutron:
+ case PDG_t::kNeutron:
1849
registry.fill(HIST("Generated/hQANeutrons"), binPosition);
1850
1851
- case -o2::constants::physics::Pdg::kNeutron:
+ case PDG_t::kNeutronBar:
1852
registry.fill(HIST("Generated/hQAAntiNeutrons"), binPosition);
1853
1854
case o2::constants::physics::Pdg::kDeuteron:
0 commit comments