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 4af39fa commit 8fcd2bfCopy full SHA for 8fcd2bf
PWGLF/Tasks/Strangeness/strangeness_in_jets.cxx
@@ -1389,6 +1389,7 @@ struct strangeness_in_jets {
1389
for (auto& particleMotherOfPos : posParticle.mothers_as<aod::McParticles>()) { // o2-linter: disable=[const-ref-in-for-loop]
1390
if (particleMotherOfNeg == particleMotherOfPos) {
1391
pdg_parent = particleMotherOfNeg.pdgCode();
1392
+ isPhysPrim = particleMotherOfNeg.isPhysicalPrimary();
1393
}
1394
1395
0 commit comments