We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec0ce8 commit 24da4abCopy full SHA for 24da4ab
1 file changed
PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx
@@ -2535,7 +2535,7 @@ struct StrangenessBuilder {
2535
thisCascInfo.xyz[2] = dau.vz();
2536
thisCascInfo.mcParticleBachelor = dau.globalIndex();
2537
}
2538
- if (std::abs(dau.pdgCode()) == 2212) {
+ if (std::abs(dau.pdgCode()) == 3122) {
2539
thisCascInfo.pdgCodeV0 = dau.pdgCode();
2540
2541
for (const auto& v0Dau : dau.template daughters_as<aod::McParticles>()) {
0 commit comments