We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c2524b + 9610335 commit 4dbc8bfCopy full SHA for 4dbc8bf
PWGHF/Core/HfMlResponseLcToPKPi.h
@@ -23,9 +23,9 @@
23
// Fill the map of available input features
24
// the key is the feature's name (std::string)
25
// the value is the corresponding value in EnumInputFeatures
26
-#define FILL_MAP_LC(FEATURE) \
27
- { \
28
-#FEATURE, static_cast < uint8_t>(InputFeaturesLcToPKPi::FEATURE) \
+#define FILL_MAP_LC(FEATURE) \
+ { \
+ #FEATURE, static_cast<uint8_t>(InputFeaturesLcToPKPi::FEATURE) \
29
}
30
31
// Check if the index of mCachedIndices (index associated to a FEATURE)
0 commit comments