From 1e15acb245c90bdba3abc53a42e664fcc1826df6 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 3 Jun 2024 13:19:23 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/Utils/utilsEvSelHf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PWGHF/Utils/utilsEvSelHf.h b/PWGHF/Utils/utilsEvSelHf.h index 2f572e07ed2..4930b1544fa 100644 --- a/PWGHF/Utils/utilsEvSelHf.h +++ b/PWGHF/Utils/utilsEvSelHf.h @@ -51,7 +51,8 @@ o2::framework::AxisSpec axisEvents = {EventRejection::NEventRejection, -0.5f, +E /// \brief Function to put labels on monitoring histogram /// \param hRejection monitoring histogram template -void setEventRejectionLabels(Histo& hRejection) { +void setEventRejectionLabels(Histo& hRejection) +{ // Puts labels on the collision monitoring histogram. hRejection->GetXaxis()->SetBinLabel(EventRejection::None + 1, "All"); hRejection->GetXaxis()->SetBinLabel(EventRejection::Centrality + 1, "Centrality");