From 3c3bbff2cfee649e702d7d6bcd5b8e9862a61ee4 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 16 Apr 2026 14:23:12 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/Tasks/GlobalEventProperties/dndetaHi.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PWGLF/Tasks/GlobalEventProperties/dndetaHi.cxx b/PWGLF/Tasks/GlobalEventProperties/dndetaHi.cxx index d770a5c31f3..69b7bd134a7 100644 --- a/PWGLF/Tasks/GlobalEventProperties/dndetaHi.cxx +++ b/PWGLF/Tasks/GlobalEventProperties/dndetaHi.cxx @@ -172,7 +172,10 @@ constexpr int ProcIdDD2 = 106; // Scoped-enum → int helper template -constexpr int toInt(E e) { return static_cast(e); } +constexpr int toInt(E e) +{ + return static_cast(e); +} // Weights and Fill values magic numbers constexpr float W1 = -10.0f; @@ -888,7 +891,6 @@ struct DndetaHi { continue; if (!collision.has_mcCollision()) // check mc particle continue; - } } PROCESS_SWITCH(DndetaHi, processMCV0Counting, "MC V0Count tracks without Centrality", false);