Skip to content

Commit d81fff8

Browse files
Fix O2Physics compilation errors
1 parent 69e5cf6 commit d81fff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGLF/Tasks/Strangeness/strangenessInJets.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1662,6 +1662,7 @@ struct StrangenessInJets {
16621662
continue;
16631663

16641664
int pdgParent(0);
1665+
bool isPhysPrim = false;
16651666
for (const auto& particleMotherOfNeg : negParticle.mothers_as<aod::McParticles>()) {
16661667
for (const auto& particleMotherOfPos : posParticle.mothers_as<aod::McParticles>()) {
16671668
for (const auto& particleMotherOfBach : bachParticle.mothers_as<aod::McParticles>()) {

0 commit comments

Comments
 (0)