Skip to content

Commit e94f1a6

Browse files
event selection flag is now stored in the multiplicity table
1 parent 6e76caf commit e94f1a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

PWGLF/Utils/nucleiUtils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ bool eventSelection(const Tcollision& collision, o2::framework::HistogramRegistr
374374
checkCut(evSel::kNoHighMultCollInPrevRof, collision.selection_bit(o2::aod::evsel::kNoHighMultCollInPrevRof));
375375
checkCut(evSel::kNoCollInTimeRangeStandard, collision.selection_bit(o2::aod::evsel::kNoCollInTimeRangeStandard));
376376

377+
377378
registry.fill(HIST("hVtxZ"), collision.posZ());
378379

379380
return isSelected;

0 commit comments

Comments
 (0)