Skip to content

Commit a094236

Browse files
committed
removed rebase text
1 parent aeec919 commit a094236

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

PWGLF/Utils/mcParticle.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,14 +337,22 @@ class PIDExtended
337337
return XiC0;
338338
case o2::constants::physics::Pdg::kK0Star892:
339339
return Kstar;
340+
case -o2::constants::physics::Pdg::kK0Star892:
341+
return Kstar;
340342
case 323:
341343
return KstarPM;
344+
case -323:
345+
return KstarPM;
342346
case 310:
343347
return Kshort;
344348
case 3324:
345349
return Xi1530;
350+
case -3324:
351+
return Xi1530;
346352
case 3124:
347353
return Lambda1520;
354+
case -3124:
355+
return Lambda1520;
348356
default:
349357
LOG(debug) << "Cannot identify particle with PDG code " << particle.pdgCode();
350358
break;

0 commit comments

Comments
 (0)