File tree Expand file tree Collapse file tree
TableProducer/Strangeness Expand file tree Collapse file tree Original file line number Diff line number Diff 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>()) {
Original file line number Diff line number Diff line change @@ -2256,7 +2256,7 @@ class BuilderModule
22562256 thisCascInfo.xyz [2 ] = dau.vz ();
22572257 thisCascInfo.mcParticleBachelor = dau.globalIndex ();
22582258 }
2259- if (std::abs (dau.pdgCode ()) == PDG_t::kProton ) {
2259+ if (std::abs (dau.pdgCode ()) == PDG_t::kLambda0 ) {
22602260 thisCascInfo.pdgCodeV0 = dau.pdgCode ();
22612261
22622262 for (const auto & v0Dau : dau.template daughters_as <aod::McParticles>()) {
You can’t perform that action at this time.
0 commit comments