We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6f862 commit 8f80a0dCopy full SHA for 8f80a0d
PWGLF/TableProducer/Strangeness/cascademcbuilder.cxx
@@ -196,6 +196,7 @@ struct cascademcbuilder {
196
thisInfo.lxyz[0] = particleForLambdaDecayPosition.vx();
197
thisInfo.lxyz[1] = particleForLambdaDecayPosition.vy();
198
thisInfo.lxyz[2] = particleForLambdaDecayPosition.vz();
199
+ thisInfo.pdgCodeV0 = originatingV0.pdgCode();
200
201
if (originatingV0.has_mothers()) {
202
for (auto& lV0Mother : originatingV0.template mothers_as<aod::McParticles>()) {
0 commit comments