We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeec919 commit a094236Copy full SHA for a094236
1 file changed
PWGLF/Utils/mcParticle.h
@@ -337,14 +337,22 @@ class PIDExtended
337
return XiC0;
338
case o2::constants::physics::Pdg::kK0Star892:
339
return Kstar;
340
+ case -o2::constants::physics::Pdg::kK0Star892:
341
+ return Kstar;
342
case 323:
343
return KstarPM;
344
+ case -323:
345
+ return KstarPM;
346
case 310:
347
return Kshort;
348
case 3324:
349
return Xi1530;
350
+ case -3324:
351
+ return Xi1530;
352
case 3124:
353
return Lambda1520;
354
+ case -3124:
355
+ return Lambda1520;
356
default:
357
LOG(debug) << "Cannot identify particle with PDG code " << particle.pdgCode();
358
break;
0 commit comments