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 707c1cb commit 9d31cbaCopy full SHA for 9d31cba
PWGJE/Core/MlResponseHfTagging.h
@@ -36,9 +36,10 @@
36
// Fill the map of available input features
37
// the key is the feature's name (std::string)
38
// the value is the corresponding value in EnumInputFeatures
39
-#define FILL_MAP_BJET(FEATURE) \
40
- { \
41
- #FEATURE, static_cast<uint8_t>(InputFeaturesBTag::FEATURE)}
+#define FILL_MAP_BJET(FEATURE) \
+ { \
+ #FEATURE, static_cast<uint8_t>(InputFeaturesBTag::FEATURE) \
42
+ }
43
44
// Check if the index of mCachedIndices (index associated to a FEATURE)
45
// matches the entry in EnumInputFeatures associated to this FEATURE
0 commit comments