Skip to content

Commit 1dd4a41

Browse files
committed
Fix
1 parent 4e9f1cc commit 1dd4a41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PWGLF/Tasks/Nuspex/AngularCorrelationsInJets.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ struct AngularCorrelationsInJets {
353353
case 3: // (anti)helium-3
354354
return (track.tpcNSigmaHe() < 3.0 && track.tpcNSigmaDe() > 3.0 && track.tpcNSigmaPr() > 3.0);
355355
}
356+
return false;
356357
}
357358

358359
template <typename T>

0 commit comments

Comments
 (0)