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/HfMlResponseB0ToDPi.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,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_B0(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesB0ToDPi::FEATURE)}
#define FILL_MAP_B0(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesB0ToDPi::FEATURE) \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
// matches the entry in EnumInputFeatures associated to this FEATURE
Expand Down
7 changes: 4 additions & 3 deletions PWGHF/Core/HfMlResponseBplusToD0Pi.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,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_BPLUS(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToD0Pi::FEATURE)}
#define FILL_MAP_BPLUS(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToD0Pi::FEATURE) \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
// matches the entry in EnumInputFeatures associated to this FEATURE
Expand Down
7 changes: 4 additions & 3 deletions PWGHF/Core/HfMlResponseBplusToD0PiReduced.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,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_BPLUS(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToD0PiReduced::FEATURE)}
#define FILL_MAP_BPLUS(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToD0PiReduced::FEATURE) \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
// matches the entry in EnumInputFeatures associated to this FEATURE
Expand Down
7 changes: 4 additions & 3 deletions PWGHF/Core/HfMlResponseBplusToJpsiKReduced.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,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_BPLUS(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToJpsiKReduced::FEATURE)}
#define FILL_MAP_BPLUS(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToJpsiKReduced::FEATURE) \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
// matches the entry in EnumInputFeatures associated to this FEATURE
Expand Down
7 changes: 4 additions & 3 deletions PWGHF/Core/HfMlResponseBsToDsPi.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,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_BS(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesBsToDsPi::FEATURE)}
#define FILL_MAP_BS(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesBsToDsPi::FEATURE) \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
// matches the entry in EnumInputFeatures associated to this FEATURE
Expand Down
7 changes: 4 additions & 3 deletions PWGHF/Core/HfMlResponseBsToJpsiPhiReduced.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,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_BS(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesBsToJpsiPhiReduced::FEATURE)}
#define FILL_MAP_BS(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesBsToJpsiPhiReduced::FEATURE) \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
// matches the entry in EnumInputFeatures associated to this FEATURE
Expand Down
7 changes: 4 additions & 3 deletions PWGHF/Core/HfMlResponseD0ToKPi.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,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_D0(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesD0ToKPi::FEATURE)}
#define FILL_MAP_D0(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesD0ToKPi::FEATURE) \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
// matches the entry in EnumInputFeatures associated to this FEATURE
Expand Down
7 changes: 4 additions & 3 deletions PWGHF/Core/HfMlResponseDplusToPiKPi.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,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
7 changes: 4 additions & 3 deletions PWGHF/Core/HfMlResponseDsToKKPi.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,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_DS(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesDsToKKPi::FEATURE)}
#define FILL_MAP_DS(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesDsToKKPi::FEATURE) \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
// matches the entry in EnumInputFeatures associated to this FEATURE
Expand Down
7 changes: 4 additions & 3 deletions PWGHF/Core/HfMlResponseDstarToD0Pi.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,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_DSTAR(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesDstarToD0Pi::FEATURE)}
#define FILL_MAP_DSTAR(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesDstarToD0Pi::FEATURE) \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
// matches the entry in EnumInputFeatures associated to this FEATURE
Expand Down
7 changes: 4 additions & 3 deletions PWGHF/Core/HfMlResponseLbToLcPi.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,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_LB(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesLbToLcPi::FEATURE)}
#define FILL_MAP_LB(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesLbToLcPi::FEATURE) \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
// matches the entry in EnumInputFeatures associated to this FEATURE
Expand Down
7 changes: 4 additions & 3 deletions PWGHF/Core/HfMlResponseLcToK0sP.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,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_LC(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesLcToK0sP::FEATURE)}
#define FILL_MAP_LC(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesLcToK0sP::FEATURE) \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
// matches the entry in EnumInputFeatures associated to this FEATURE
Expand Down
7 changes: 4 additions & 3 deletions PWGHF/Core/HfMlResponseLcToPKPi.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,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_LCTOPKPI(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesLcToPKPi::FEATURE)}
#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
7 changes: 4 additions & 3 deletions PWGHF/Core/HfMlResponseOmegacToOmegaPi.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,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_OMEGAC0(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesOmegacToOmegaPi::FEATURE)}
#define FILL_MAP_OMEGAC0(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesOmegacToOmegaPi::FEATURE) \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
// matches the entry in EnumInputFeatures associated to this FEATURE
Expand Down
7 changes: 4 additions & 3 deletions PWGHF/Core/HfMlResponseXic0ToXiPiKf.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,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_XIC0TOXIPIKF(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesXic0ToXiPiKf::FEATURE)}
#define FILL_MAP_XIC0TOXIPIKF(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesXic0ToXiPiKf::FEATURE) \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
// matches the entry in EnumInputFeatures associated to this FEATURE
Expand Down
7 changes: 4 additions & 3 deletions PWGHF/Core/HfMlResponseXicToPKPi.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,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_XIC(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesXicToPKPi::FEATURE)}
#define FILL_MAP_XIC(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesXicToPKPi::FEATURE) \
}

// Check if the index of mCachedIndices (index associated to a FEATURE)
// matches the entry in EnumInputFeatures associated to this FEATURE
Expand Down
7 changes: 4 additions & 3 deletions PWGHF/Core/HfMlResponseXicToXiPiPi.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,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_XICTOXIPIPI(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesXicToXiPiPi::FEATURE)}
#define FILL_MAP_XICTOXIPIPI(FEATURE) \
{ \
#FEATURE, static_cast<uint8_t>(InputFeaturesXicToXiPiPi::FEATURE) \
}

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