We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e5cf6 commit d81fff8Copy full SHA for d81fff8
PWGLF/Tasks/Strangeness/strangenessInJets.cxx
@@ -1662,6 +1662,7 @@ struct StrangenessInJets {
1662
continue;
1663
1664
int pdgParent(0);
1665
+ bool isPhysPrim = false;
1666
for (const auto& particleMotherOfNeg : negParticle.mothers_as<aod::McParticles>()) {
1667
for (const auto& particleMotherOfPos : posParticle.mothers_as<aod::McParticles>()) {
1668
for (const auto& particleMotherOfBach : bachParticle.mothers_as<aod::McParticles>()) {
0 commit comments