Skip to content

Commit

Permalink
Better initialization of trigger decision (#5708)
Browse files Browse the repository at this point in the history
* Better initialization of trigger decisio

* Please consider the following formatting changes

---------

Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
  • Loading branch information
fkrizek and alibuild committed Apr 19, 2024
1 parent 68dcc77 commit 9963212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventFiltering/PWGJE/jetFilter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ struct jetFilter {
{

// collision process loop
bool keepEvent[kTriggerObjects]{false};
bool keepEvent[kTriggerObjects]{false, false, false, false};
if (!collision.selection_bit(aod::evsel::kNoTimeFrameBorder)) {
tags(keepEvent[kJetChLowPt], keepEvent[kJetChHighPt], keepEvent[kTrackLowPt], keepEvent[kTrackHighPt]);
return;
Expand Down

0 comments on commit 9963212

Please sign in to comment.