We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ac39b commit bae7d74Copy full SHA for bae7d74
PWGEM/Dilepton/Utils/MlResponseO2Track.h
@@ -25,9 +25,10 @@
25
// Fill the map of available input features
26
// the key is the feature's name (std::string)
27
// the value is the corresponding value in EnumInputFeatures
28
-#define FILL_MAP_O2_TRACK(FEATURE) \
29
- { \
30
- #FEATURE, static_cast<uint8_t>(InputFeaturesO2Track::FEATURE)}
+#define FILL_MAP_O2_TRACK(FEATURE) \
+ { \
+ #FEATURE, static_cast<uint8_t>(InputFeaturesO2Track::FEATURE) \
31
+ }
32
33
// Check if the index of mCachedIndices (index associated to a FEATURE)
34
// matches the entry in EnumInputFeatures associated to this FEATURE
0 commit comments