Skip to content

Commit 8f80a0d

Browse files
[PWGLF] Re-add pdgCodeV0 column filling for recoed cascade (#8665)
1 parent 2d6f862 commit 8f80a0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGLF/TableProducer/Strangeness/cascademcbuilder.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ struct cascademcbuilder {
196196
thisInfo.lxyz[0] = particleForLambdaDecayPosition.vx();
197197
thisInfo.lxyz[1] = particleForLambdaDecayPosition.vy();
198198
thisInfo.lxyz[2] = particleForLambdaDecayPosition.vz();
199+
thisInfo.pdgCodeV0 = originatingV0.pdgCode();
199200

200201
if (originatingV0.has_mothers()) {
201202
for (auto& lV0Mother : originatingV0.template mothers_as<aod::McParticles>()) {

0 commit comments

Comments
 (0)