Skip to content

Commit 6e5a012

Browse files
authored
Added the PDG code using o2::constants::physics::Pdg
1 parent a094236 commit 6e5a012

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/Utils/mcParticle.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,9 @@ class PIDExtended
339339
return Kstar;
340340
case -o2::constants::physics::Pdg::kK0Star892:
341341
return Kstar;
342-
case 323:
342+
case o2::constants::physics::Pdg::kKPlusStar892:
343343
return KstarPM;
344-
case -323:
344+
case -o2::constants::physics::Pdg::kKPlusStar892:
345345
return KstarPM;
346346
case 310:
347347
return Kshort;

0 commit comments

Comments
 (0)