You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGHF/Utils/utilsUpcHf.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ inline auto determineGapType(TCollision const& collision,
117
117
/// \return true if single-sided gap, false otherwise
118
118
constexprboolisSingleSidedGap(int gap) noexcept
119
119
{
120
-
return (gap == TrueGap::SingleGapA || gap == TrueGap::SingleGapC);
120
+
return (gap == TrueGap::SingleGapA || gap == TrueGap::SingleGapC || gap == TrueGap::DoubleGap || gap == TrueGap::BadDoubleGap || gap == TrueGap::TrkOutOfRange || gap == TrueGap::NoUpc);
0 commit comments