Skip to content

Commit a863136

Browse files
Apply suggestion from @vkucera
Co-authored-by: Vít Kučera <26327373+vkucera@users.noreply.github.com>
1 parent 28fd093 commit a863136

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/Utils/utilsEvSelHf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ struct HfEventSelection : o2::framework::ConfigurableGroup {
404404
}
405405
}
406406

407-
/// INEL>0 condition
407+
/// INEL > 0
408408
if (requireINEL0 && !collision.isInelGt0()) {
409409
SETBIT(rejectionMask, EventRejection::Inel0);
410410
}

0 commit comments

Comments
 (0)