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);