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 ee488dc commit 06c38f9Copy full SHA for 06c38f9
PWGDQ/Core/MuonMatchingMlResponse.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_MFTMUON_MATCH(FEATURE) \
29
- { \
30
- #FEATURE, static_cast<uint8_t>(InputFeaturesMFTMuonMatch::FEATURE)}
+#define FILL_MAP_MFTMUON_MATCH(FEATURE) \
+ { \
+ #FEATURE, static_cast<uint8_t>(InputFeaturesMFTMuonMatch::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