@@ -1907,7 +1907,7 @@ class BuilderModule
19071907 // special treatment of Lambda --> neutron pi0 (both PDG codes > 0)
19081908 // and K0s --> pi0 pi0 (both PDG codes > 0)
19091909 // take neutron as positive daughter and pi0 as negative daughter
1910- // if the first daughter was the pi0 (already assigned as positive),
1910+ // if the first daughter was the pi0 (already assigned as positive),
19111911 // then transfer the information to the negative and fill the information
19121912 // of the positive daughter with those of the neutrons
19131913 if (thisInfo.pdgCodePositive > -1 && thisInfo.pdgCodePositive == PDG_t::kPi0 ) {
@@ -2482,7 +2482,7 @@ class BuilderModule
24822482 thisCascInfo.xyz [2 ] = dau.vz ();
24832483 thisCascInfo.mcParticleBachelor = dau.globalIndex ();
24842484 }
2485- // Treatment of Lambda --> p pi ; Lambda --> n pi
2485+ // Treatment of Lambda --> p pi ; Lambda --> n pi
24862486 if (std::abs (dau.pdgCode ()) == PDG_t::kLambda0 ) {
24872487 thisCascInfo.pdgCodeV0 = dau.pdgCode ();
24882488
@@ -2494,7 +2494,7 @@ class BuilderModule
24942494 if (v0Dau.pdgCode () > 0 ) {
24952495 // special treatment of Lambda --> neutron pi0 (both PDG codes > 0)
24962496 // take neutron as positive daughter and pi0 as negative daughter
2497- // if the first daughter was the pi0 (already assigned as positive),
2497+ // if the first daughter was the pi0 (already assigned as positive),
24982498 // then transfer the information to the negative and fill the information
24992499 // of the positive daughter with those of the neutrons
25002500 if (thisCascInfo.pdgCodePositive > -1 && thisCascInfo.pdgCodePositive == PDG_t::kPi0 ) {
@@ -2526,7 +2526,7 @@ class BuilderModule
25262526 }
25272527 }
25282528 }
2529- // Special treatment of Xi0 and Xi from Omega --> Xi0 pi ; Omega --> Xi pi0
2529+ // Special treatment of Xi0 and Xi from Omega --> Xi0 pi ; Omega --> Xi pi0
25302530 if (std::abs (dau.pdgCode ()) == PDG_t::kXiMinus || std::abs (dau.pdgCode ()) == o2::constants::physics::Pdg::kXi0 ) {
25312531 thisCascInfo.pdgCodeV0 = dau.pdgCode ();
25322532
0 commit comments