Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed May 31, 2024
1 parent 1c2af0d commit 9a8dc3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PWGHF/Utils/utilsEvSelHf.h
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,7 @@ struct HfEventSelectionMc {
auto bc = mcCollision.template bc_as<TBc>();

/// TVX trigger selection
if (useSel8Trigger && (!bc.selection_bit(o2::aod::evsel::kIsTriggerTVX)
|| !bc.selection_bit(o2::aod::evsel::kNoTimeFrameBorder)
|| !bc.selection_bit(o2::aod::evsel::kNoITSROFrameBorder))) {
if (useSel8Trigger && (!bc.selection_bit(o2::aod::evsel::kIsTriggerTVX) || !bc.selection_bit(o2::aod::evsel::kNoTimeFrameBorder) || !bc.selection_bit(o2::aod::evsel::kNoITSROFrameBorder))) {
SETBIT(rejectionMask, McCollisionRejection::Trigger);
}
/// TVX trigger selection
Expand Down

0 comments on commit 9a8dc3d

Please sign in to comment.