Skip to content

Commit 589582f

Browse files
committed
corrected PDG name
1 parent 20603d2 commit 589582f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/Utils/mcParticle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ class PIDExtended
327327
return XiCPlus;
328328
case o2::constants::physics::Pdg::kXiC0:
329329
return XiC0;
330-
case o2::constants::physics::Pdg::kKstar:
330+
case o2::constants::physics::Pdg::kK0Star892:
331331
return Kstar;
332332
default:
333333
LOG(debug) << "Cannot identify particle with PDG code " << particle.pdgCode();

0 commit comments

Comments
 (0)