We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e2ccf commit 676d04eCopy full SHA for 676d04e
PWGJE/Core/MlResponseHfTagging.h
@@ -31,9 +31,10 @@
31
// Fill the map of available input features
32
// the key is the feature's name (std::string)
33
// the value is the corresponding value in EnumInputFeatures
34
-#define FILL_MAP_BJET(FEATURE) \
35
- { \
36
- #FEATURE, static_cast<uint8_t>(InputFeaturesBTag::FEATURE)}
+#define FILL_MAP_BJET(FEATURE) \
+ { \
+ #FEATURE, static_cast<uint8_t>(InputFeaturesBTag::FEATURE) \
37
+ }
38
39
// Check if the index of mCachedIndices (index associated to a FEATURE)
40
// matches the entry in EnumInputFeatures associated to this FEATURE
0 commit comments