Skip to content
Merged
Show file tree
Hide file tree
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
7 changes: 4 additions & 3 deletions PWGHF/Core/HfMlResponseDplusToPiKPi.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
// Fill the map of available input features
// the key is the feature's name (std::string)
// the value is the corresponding value in EnumInputFeatures
#define FILL_MAP_DPLUS(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesDplusToPiKPi::FEATURE)}
#define FILL_MAP_DPLUS(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesDplusToPiKPi::FEATURE) \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
// matches the entry in EnumInputFeatures associated to this FEATURE
Expand Down
2 changes: 1 addition & 1 deletion PWGHF/Core/HfMlResponseLcToPKPi.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#define FILL_MAP_LCTOPKPI(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesLcToPKPi::FEATURE) \
} \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
// matches the entry in EnumInputFeatures associated to this FEATURE
Expand Down
Loading