Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions PWGHF/Core/HfMlResponseDstarToD0Pi.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@

// Specific case of CHECK_AND_FILL_VEC_DSTAR_FULL(OBJECT, FEATURE, GETTER)
// where OBJECT is named candidate and FEATURE != GETTER
#define CHECK_AND_FILL_VEC_DSTAR_GETTER(FEATURE, GETTER) \
case static_cast<uint8_t>(InputFeaturesDstarToD0Pi::FEATURE): { \
inputFeatures.emplace_back(candidate.GETTER()); \
break; \
}
#define CHECK_AND_FILL_VEC_DSTAR_GETTER(FEATURE, GETTER) \
case static_cast<uint8_t>(InputFeaturesDstarToD0Pi::FEATURE): { \
inputFeatures.emplace_back(candidate.GETTER()); \
break; \
}

// Very specific case of CHECK_AND_FILL_VEC_DSTAR_FULL(OBJECT, FEATURE, GETTER)
// Use for push back different value for D*+ or D*- candidate
Expand Down
Loading