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