Skip to content

Commit 24da4ab

Browse files
Fix PDG code in strangederivedbuilder
1 parent aec0ce8 commit 24da4ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2535,7 +2535,7 @@ struct StrangenessBuilder {
25352535
thisCascInfo.xyz[2] = dau.vz();
25362536
thisCascInfo.mcParticleBachelor = dau.globalIndex();
25372537
}
2538-
if (std::abs(dau.pdgCode()) == 2212) {
2538+
if (std::abs(dau.pdgCode()) == 3122) {
25392539
thisCascInfo.pdgCodeV0 = dau.pdgCode();
25402540

25412541
for (const auto& v0Dau : dau.template daughters_as<aod::McParticles>()) {

0 commit comments

Comments
 (0)