From c358439b8ee3471fc857345e49a627fc8f352ff9 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 24 May 2024 16:42:48 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/Utils/utilsEvSelHf.h | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/PWGHF/Utils/utilsEvSelHf.h b/PWGHF/Utils/utilsEvSelHf.h index ec1d5523910..67f38719de8 100644 --- a/PWGHF/Utils/utilsEvSelHf.h +++ b/PWGHF/Utils/utilsEvSelHf.h @@ -72,15 +72,14 @@ void setLabelHistoEvSel(Histo& hCollisions) /// \return a bitmask with the event selections not satisfied by the analysed collision template uint16_t getHfCollisionRejectionMask(const Coll& collision, float& centrality, float centralityMin, float centralityMax, - bool useSel8Trigger, - int triggerClass, - bool useTimeFrameBorderCut, - float zPvPosMin, float zPvPosMax, - int nPvContributorsMin, - float chi2PvMax, - bool useIsGoodZvtxFT0vsPV, bool useNoSameBunchPileup, - bool useNumTracksInTimeRange, int numTracksInTimeRangeMin, int numTracksInTimeRangeMax - ) + bool useSel8Trigger, + int triggerClass, + bool useTimeFrameBorderCut, + float zPvPosMin, float zPvPosMax, + int nPvContributorsMin, + float chi2PvMax, + bool useIsGoodZvtxFT0vsPV, bool useNoSameBunchPileup, + bool useNumTracksInTimeRange, int numTracksInTimeRangeMin, int numTracksInTimeRangeMax) { uint16_t statusCollision{0}; // 16 bits, in case new ev. selections will be added