We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256939a commit 88f0a2fCopy full SHA for 88f0a2f
1 file changed
PWGLF/Tasks/Nuspex/AngularCorrelationsInJets.cxx
@@ -353,6 +353,7 @@ struct AngularCorrelationsInJets {
353
case 3: // (anti)helium-3
354
return (track.tpcNSigmaHe() < 3.0 && track.tpcNSigmaDe() > 3.0 && track.tpcNSigmaPr() > 3.0);
355
}
356
+ return false;
357
358
359
template <typename T>
0 commit comments