You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int flv = mcPart.pdgCode() / std::pow(10, static_cast<int>(std::log10(std::abs(mcPart.pdgCode()))));
370
-
if (std::abs(flv) == kBottom && mcPart.pdgCode() < pdgMid) {
370
+
if (std::abs(flv) == kBottom && mcPart.pdgCode() < diquarkEdge) {
371
371
flv = -flv;
372
372
}
373
373
for (int i = (mcPart.mothers_first_as<aod::McParticles>()).globalIndex(); i <= (mcPart.mothers_last_as<aod::McParticles>()).globalIndex(); i++) { // loop over the lund string
0 commit comments