Skip to content

Commit 2267e74

Browse files
authored
Please consider the following formatting changes to #11549 (#127)
1 parent 9df304b commit 2267e74

15 files changed

+60
-45
lines changed

PWGHF/Core/HfMlResponseB0ToDPi.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
// Fill the map of available input features
2626
// the key is the feature's name (std::string)
2727
// the value is the corresponding value in EnumInputFeatures
28-
#define FILL_MAP_B0(FEATURE) \
29-
{ \
30-
#FEATURE, static_cast<uint8_t>(InputFeaturesB0ToDPi::FEATURE)}
28+
#define FILL_MAP_B0(FEATURE) \
29+
{ \
30+
#FEATURE, static_cast<uint8_t>(InputFeaturesB0ToDPi::FEATURE) \
31+
}
3132

3233
// Check if the index of mCachedIndices (index associated to a FEATURE)
3334
// matches the entry in EnumInputFeatures associated to this FEATURE

PWGHF/Core/HfMlResponseBplusToD0Pi.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
// Fill the map of available input features
2525
// the key is the feature's name (std::string)
2626
// the value is the corresponding value in EnumInputFeatures
27-
#define FILL_MAP_BPLUS(FEATURE) \
28-
{ \
29-
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToD0Pi::FEATURE)}
27+
#define FILL_MAP_BPLUS(FEATURE) \
28+
{ \
29+
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToD0Pi::FEATURE) \
30+
}
3031

3132
// Check if the index of mCachedIndices (index associated to a FEATURE)
3233
// matches the entry in EnumInputFeatures associated to this FEATURE

PWGHF/Core/HfMlResponseBplusToD0PiReduced.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
// Fill the map of available input features
2525
// the key is the feature's name (std::string)
2626
// the value is the corresponding value in EnumInputFeatures
27-
#define FILL_MAP_BPLUS(FEATURE) \
28-
{ \
29-
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToD0PiReduced::FEATURE)}
27+
#define FILL_MAP_BPLUS(FEATURE) \
28+
{ \
29+
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToD0PiReduced::FEATURE) \
30+
}
3031

3132
// Check if the index of mCachedIndices (index associated to a FEATURE)
3233
// matches the entry in EnumInputFeatures associated to this FEATURE

PWGHF/Core/HfMlResponseBsToDsPi.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
// Fill the map of available input features
2525
// the key is the feature's name (std::string)
2626
// the value is the corresponding value in EnumInputFeatures
27-
#define FILL_MAP_BS(FEATURE) \
28-
{ \
29-
#FEATURE, static_cast<uint8_t>(InputFeaturesBsToDsPi::FEATURE)}
27+
#define FILL_MAP_BS(FEATURE) \
28+
{ \
29+
#FEATURE, static_cast<uint8_t>(InputFeaturesBsToDsPi::FEATURE) \
30+
}
3031

3132
// Check if the index of mCachedIndices (index associated to a FEATURE)
3233
// matches the entry in EnumInputFeatures associated to this FEATURE

PWGHF/Core/HfMlResponseD0ToKPi.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
// Fill the map of available input features
2626
// the key is the feature's name (std::string)
2727
// the value is the corresponding value in EnumInputFeatures
28-
#define FILL_MAP_D0(FEATURE) \
29-
{ \
30-
#FEATURE, static_cast<uint8_t>(InputFeaturesD0ToKPi::FEATURE)}
28+
#define FILL_MAP_D0(FEATURE) \
29+
{ \
30+
#FEATURE, static_cast<uint8_t>(InputFeaturesD0ToKPi::FEATURE) \
31+
}
3132

3233
// Check if the index of mCachedIndices (index associated to a FEATURE)
3334
// matches the entry in EnumInputFeatures associated to this FEATURE

PWGHF/Core/HfMlResponseDplusToPiKPi.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
// Fill the map of available input features
2424
// the key is the feature's name (std::string)
2525
// the value is the corresponding value in EnumInputFeatures
26-
#define FILL_MAP_DPLUS(FEATURE) \
27-
{ \
28-
#FEATURE, static_cast<uint8_t>(InputFeaturesDplusToPiKPi::FEATURE)}
26+
#define FILL_MAP_DPLUS(FEATURE) \
27+
{ \
28+
#FEATURE, static_cast<uint8_t>(InputFeaturesDplusToPiKPi::FEATURE) \
29+
}
2930

3031
// Check if the index of mCachedIndices (index associated to a FEATURE)
3132
// matches the entry in EnumInputFeatures associated to this FEATURE

PWGHF/Core/HfMlResponseDsToKKPi.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
// Fill the map of available input features
2525
// the key is the feature's name (std::string)
2626
// the value is the corresponding value in EnumInputFeatures
27-
#define FILL_MAP_DS(FEATURE) \
28-
{ \
29-
#FEATURE, static_cast<uint8_t>(InputFeaturesDsToKKPi::FEATURE)}
27+
#define FILL_MAP_DS(FEATURE) \
28+
{ \
29+
#FEATURE, static_cast<uint8_t>(InputFeaturesDsToKKPi::FEATURE) \
30+
}
3031

3132
// Check if the index of mCachedIndices (index associated to a FEATURE)
3233
// matches the entry in EnumInputFeatures associated to this FEATURE

PWGHF/Core/HfMlResponseDstarToD0Pi.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
// Fill the map of available input features
2424
// the key is the feature's name (std::string)
2525
// the value is the corresponding value in EnumInputFeatures
26-
#define FILL_MAP_DSTAR(FEATURE) \
27-
{ \
28-
#FEATURE, static_cast<uint8_t>(InputFeaturesDstarToD0Pi::FEATURE)}
26+
#define FILL_MAP_DSTAR(FEATURE) \
27+
{ \
28+
#FEATURE, static_cast<uint8_t>(InputFeaturesDstarToD0Pi::FEATURE) \
29+
}
2930

3031
// Check if the index of mCachedIndices (index associated to a FEATURE)
3132
// matches the entry in EnumInputFeatures associated to this FEATURE

PWGHF/Core/HfMlResponseLbToLcPi.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
// Fill the map of available input features
2525
// the key is the feature's name (std::string)
2626
// the value is the corresponding value in EnumInputFeatures
27-
#define FILL_MAP_LB(FEATURE) \
28-
{ \
29-
#FEATURE, static_cast<uint8_t>(InputFeaturesLbToLcPi::FEATURE)}
27+
#define FILL_MAP_LB(FEATURE) \
28+
{ \
29+
#FEATURE, static_cast<uint8_t>(InputFeaturesLbToLcPi::FEATURE) \
30+
}
3031

3132
// Check if the index of mCachedIndices (index associated to a FEATURE)
3233
// matches the entry in EnumInputFeatures associated to this FEATURE

PWGHF/Core/HfMlResponseLcToK0sP.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@
2525
// Fill the map of available input features
2626
// the key is the feature's name (std::string)
2727
// the value is the corresponding value in EnumInputFeatures
28-
#define FILL_MAP_LC(FEATURE) \
29-
{ \
30-
#FEATURE, static_cast<uint8_t>(InputFeaturesLcToK0sP::FEATURE)}
28+
#define FILL_MAP_LC(FEATURE) \
29+
{ \
30+
#FEATURE, static_cast<uint8_t>(InputFeaturesLcToK0sP::FEATURE) \
31+
}
3132

3233
// Check if the index of mCachedIndices (index associated to a FEATURE)
3334
// matches the entry in EnumInputFeatures associated to this FEATURE

0 commit comments

Comments
 (0)