From a7561aa3b2e6a3c4f11144355d701a037969c80f Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 24 Jun 2025 07:58:38 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/HFC/Utils/utilsCorrelations.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGHF/HFC/Utils/utilsCorrelations.h b/PWGHF/HFC/Utils/utilsCorrelations.h index a206833a4fe..b830eedcfef 100644 --- a/PWGHF/HFC/Utils/utilsCorrelations.h +++ b/PWGHF/HFC/Utils/utilsCorrelations.h @@ -124,8 +124,8 @@ bool passPIDSelection(Atrack const& track, SpeciesContainer const mPIDspecies, } /// @brief Selects a candidate based on its PDG code, decay channel, and assigns the corresponding mass. -/// -/// @tparam isScCandidate Boolean template parameter: +/// +/// @tparam isScCandidate Boolean template parameter: /// - `true` to check for Sigma_c candidates /// - `false` to check for Lambda_c candidates /// @tparam McParticleType Type representing the MC particle, must provide `pdgCode()` and `flagMcMatchGen()`