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.
2 parents a61d043 + 9dc1db5 commit 1d5c7ccCopy full SHA for 1d5c7cc
PWGEM/Dilepton/Utils/MlResponseO2Track.h
@@ -26,9 +26,10 @@
26
// Fill the map of available input features
27
// the key is the feature's name (std::string)
28
// the value is the corresponding value in EnumInputFeatures
29
-#define FILL_MAP_O2_TRACK(FEATURE) \
30
- { \
31
- #FEATURE, static_cast<uint8_t>(InputFeaturesO2Track::FEATURE)}
+#define FILL_MAP_O2_TRACK(FEATURE) \
+ { \
+ #FEATURE, static_cast<uint8_t>(InputFeaturesO2Track::FEATURE) \
32
+ }
33
34
// Check if the index of mCachedIndices (index associated to a FEATURE)
35
// matches the entry in EnumInputFeatures associated to this FEATURE
0 commit comments