From 04686a5ea074999694d709934f17a4ef8de183b1 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 4 Aug 2026 14:37:59 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Utils/nucleiUtils.h | 1 - 1 file changed, 1 deletion(-) diff --git a/PWGLF/Utils/nucleiUtils.h b/PWGLF/Utils/nucleiUtils.h index 738adf5e768..1b8701148d2 100644 --- a/PWGLF/Utils/nucleiUtils.h +++ b/PWGLF/Utils/nucleiUtils.h @@ -374,7 +374,6 @@ bool eventSelection(const Tcollision& collision, o2::framework::HistogramRegistr checkCut(evSel::kNoHighMultCollInPrevRof, collision.selection_bit(o2::aod::evsel::kNoHighMultCollInPrevRof)); checkCut(evSel::kNoCollInTimeRangeStandard, collision.selection_bit(o2::aod::evsel::kNoCollInTimeRangeStandard)); - registry.fill(HIST("hVtxZ"), collision.posZ()); return isSelected;