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 ef27e99 + 09d39a4 commit 231271dCopy full SHA for 231271d
PWGHF/Core/HfMlResponseDstarToD0Pi.h
@@ -51,11 +51,11 @@
51
52
// Specific case of CHECK_AND_FILL_VEC_DSTAR_FULL(OBJECT, FEATURE, GETTER)
53
// where OBJECT is named candidate and FEATURE != GETTER
54
-#define CHECK_AND_FILL_VEC_DSTAR_GETTER(FEATURE, GETTER) \
55
-case static_cast<uint8_t>(InputFeaturesDstarToD0Pi::FEATURE): { \
56
- inputFeatures.emplace_back(candidate.GETTER()); \
57
- break; \
58
-}
+#define CHECK_AND_FILL_VEC_DSTAR_GETTER(FEATURE, GETTER) \
+ case static_cast<uint8_t>(InputFeaturesDstarToD0Pi::FEATURE): { \
+ inputFeatures.emplace_back(candidate.GETTER()); \
+ break; \
+ }
59
60
// Very specific case of CHECK_AND_FILL_VEC_DSTAR_FULL(OBJECT, FEATURE, GETTER)
61
// Use for push back different value for D*+ or D*- candidate
0 commit comments