We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 245ad8d commit 3a9815fCopy full SHA for 3a9815f
1 file changed
PWGDQ/Core/MuonMatchingMlResponse.h
@@ -24,9 +24,10 @@
24
// Fill the map of available input features
25
// the key is the feature's name (std::string)
26
// the value is the corresponding value in EnumInputFeatures
27
-#define FILL_MAP_MFTMUON_MATCH(FEATURE) \
28
- { \
29
- #FEATURE, static_cast<uint8_t>(InputFeaturesMFTMuonMatch::FEATURE)}
+#define FILL_MAP_MFTMUON_MATCH(FEATURE) \
+ { \
+ #FEATURE, static_cast<uint8_t>(InputFeaturesMFTMuonMatch::FEATURE) \
30
+ }
31
32
// Check if the index of mCachedIndices (index associated to a FEATURE)
33
// matches the entry in EnumInputFeatures associated to this FEATURE
0 commit comments