From afbbcad35725900fe060949d5ea1ff00457cfa21 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 4 Jun 2025 12:31:54 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/Core/HfMlResponseBplusToJPsiKReduced.h | 7 ++++--- PWGHF/Core/HfMlResponseBsToJPsiPhiReduced.h | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/PWGHF/Core/HfMlResponseBplusToJPsiKReduced.h b/PWGHF/Core/HfMlResponseBplusToJPsiKReduced.h index 3fa263776be..011a1a118c5 100644 --- a/PWGHF/Core/HfMlResponseBplusToJPsiKReduced.h +++ b/PWGHF/Core/HfMlResponseBplusToJPsiKReduced.h @@ -24,9 +24,10 @@ // Fill the map of available input features // the key is the feature's name (std::string) // the value is the corresponding value in EnumInputFeatures -#define FILL_MAP_BPLUS(FEATURE) \ - { \ - #FEATURE, static_cast(InputFeaturesBplusToJPsiKReduced::FEATURE)} +#define FILL_MAP_BPLUS(FEATURE) \ + { \ + #FEATURE, static_cast(InputFeaturesBplusToJPsiKReduced::FEATURE) \ + } // Check if the index of mCachedIndices (index associated to a FEATURE) // matches the entry in EnumInputFeatures associated to this FEATURE diff --git a/PWGHF/Core/HfMlResponseBsToJPsiPhiReduced.h b/PWGHF/Core/HfMlResponseBsToJPsiPhiReduced.h index 2e1bcda5013..14c72397d9b 100644 --- a/PWGHF/Core/HfMlResponseBsToJPsiPhiReduced.h +++ b/PWGHF/Core/HfMlResponseBsToJPsiPhiReduced.h @@ -24,9 +24,10 @@ // Fill the map of available input features // the key is the feature's name (std::string) // the value is the corresponding value in EnumInputFeatures -#define FILL_MAP_BS(FEATURE) \ - { \ - #FEATURE, static_cast(InputFeaturesBsToJPsiPhiReduced::FEATURE)} +#define FILL_MAP_BS(FEATURE) \ + { \ + #FEATURE, static_cast(InputFeaturesBsToJPsiPhiReduced::FEATURE) \ + } // Check if the index of mCachedIndices (index associated to a FEATURE) // matches the entry in EnumInputFeatures associated to this FEATURE