Skip to content

Commit 9676a16

Browse files
authored
Please consider the following formatting changes to AliceO2Group#11549 (#132)
1 parent a74dd69 commit 9676a16

17 files changed

Lines changed: 68 additions & 51 deletions

PWGHF/Core/HfMlResponseB0ToDPi.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@
2828
// Fill the map of available input features
2929
// the key is the feature's name (std::string)
3030
// the value is the corresponding value in EnumInputFeatures
31-
#define FILL_MAP_B0(FEATURE) \
32-
{ \
33-
#FEATURE, static_cast<uint8_t>(InputFeaturesB0ToDPi::FEATURE)}
31+
#define FILL_MAP_B0(FEATURE) \
32+
{ \
33+
#FEATURE, static_cast<uint8_t>(InputFeaturesB0ToDPi::FEATURE) \
34+
}
3435

3536
// Check if the index of mCachedIndices (index associated to a FEATURE)
3637
// 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
@@ -27,9 +27,10 @@
2727
// Fill the map of available input features
2828
// the key is the feature's name (std::string)
2929
// the value is the corresponding value in EnumInputFeatures
30-
#define FILL_MAP_BPLUS(FEATURE) \
31-
{ \
32-
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToD0Pi::FEATURE)}
30+
#define FILL_MAP_BPLUS(FEATURE) \
31+
{ \
32+
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToD0Pi::FEATURE) \
33+
}
3334

3435
// Check if the index of mCachedIndices (index associated to a FEATURE)
3536
// 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
@@ -27,9 +27,10 @@
2727
// Fill the map of available input features
2828
// the key is the feature's name (std::string)
2929
// the value is the corresponding value in EnumInputFeatures
30-
#define FILL_MAP_BPLUS(FEATURE) \
31-
{ \
32-
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToD0PiReduced::FEATURE)}
30+
#define FILL_MAP_BPLUS(FEATURE) \
31+
{ \
32+
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToD0PiReduced::FEATURE) \
33+
}
3334

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

PWGHF/Core/HfMlResponseBplusToJpsiKReduced.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727
// Fill the map of available input features
2828
// the key is the feature's name (std::string)
2929
// the value is the corresponding value in EnumInputFeatures
30-
#define FILL_MAP_BPLUS(FEATURE) \
31-
{ \
32-
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToJpsiKReduced::FEATURE)}
30+
#define FILL_MAP_BPLUS(FEATURE) \
31+
{ \
32+
#FEATURE, static_cast<uint8_t>(InputFeaturesBplusToJpsiKReduced::FEATURE) \
33+
}
3334

3435
// Check if the index of mCachedIndices (index associated to a FEATURE)
3536
// 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
@@ -27,9 +27,10 @@
2727
// Fill the map of available input features
2828
// the key is the feature's name (std::string)
2929
// the value is the corresponding value in EnumInputFeatures
30-
#define FILL_MAP_BS(FEATURE) \
31-
{ \
32-
#FEATURE, static_cast<uint8_t>(InputFeaturesBsToDsPi::FEATURE)}
30+
#define FILL_MAP_BS(FEATURE) \
31+
{ \
32+
#FEATURE, static_cast<uint8_t>(InputFeaturesBsToDsPi::FEATURE) \
33+
}
3334

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

PWGHF/Core/HfMlResponseBsToJpsiPhiReduced.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727
// Fill the map of available input features
2828
// the key is the feature's name (std::string)
2929
// the value is the corresponding value in EnumInputFeatures
30-
#define FILL_MAP_BS(FEATURE) \
31-
{ \
32-
#FEATURE, static_cast<uint8_t>(InputFeaturesBsToJpsiPhiReduced::FEATURE)}
30+
#define FILL_MAP_BS(FEATURE) \
31+
{ \
32+
#FEATURE, static_cast<uint8_t>(InputFeaturesBsToJpsiPhiReduced::FEATURE) \
33+
}
3334

3435
// Check if the index of mCachedIndices (index associated to a FEATURE)
3536
// 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
@@ -30,9 +30,10 @@
3030
// Fill the map of available input features
3131
// the key is the feature's name (std::string)
3232
// the value is the corresponding value in EnumInputFeatures
33-
#define FILL_MAP_D0(FEATURE) \
34-
{ \
35-
#FEATURE, static_cast<uint8_t>(InputFeaturesD0ToKPi::FEATURE)}
33+
#define FILL_MAP_D0(FEATURE) \
34+
{ \
35+
#FEATURE, static_cast<uint8_t>(InputFeaturesD0ToKPi::FEATURE) \
36+
}
3637

3738
// Check if the index of mCachedIndices (index associated to a FEATURE)
3839
// 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
@@ -26,9 +26,10 @@
2626
// Fill the map of available input features
2727
// the key is the feature's name (std::string)
2828
// the value is the corresponding value in EnumInputFeatures
29-
#define FILL_MAP_DPLUS(FEATURE) \
30-
{ \
31-
#FEATURE, static_cast<uint8_t>(InputFeaturesDplusToPiKPi::FEATURE)}
29+
#define FILL_MAP_DPLUS(FEATURE) \
30+
{ \
31+
#FEATURE, static_cast<uint8_t>(InputFeaturesDplusToPiKPi::FEATURE) \
32+
}
3233

3334
// Check if the index of mCachedIndices (index associated to a FEATURE)
3435
// 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
@@ -27,9 +27,10 @@
2727
// Fill the map of available input features
2828
// the key is the feature's name (std::string)
2929
// the value is the corresponding value in EnumInputFeatures
30-
#define FILL_MAP_DS(FEATURE) \
31-
{ \
32-
#FEATURE, static_cast<uint8_t>(InputFeaturesDsToKKPi::FEATURE)}
30+
#define FILL_MAP_DS(FEATURE) \
31+
{ \
32+
#FEATURE, static_cast<uint8_t>(InputFeaturesDsToKKPi::FEATURE) \
33+
}
3334

3435
// Check if the index of mCachedIndices (index associated to a FEATURE)
3536
// 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
@@ -28,9 +28,10 @@
2828
// Fill the map of available input features
2929
// the key is the feature's name (std::string)
3030
// the value is the corresponding value in EnumInputFeatures
31-
#define FILL_MAP_DSTAR(FEATURE) \
32-
{ \
33-
#FEATURE, static_cast<uint8_t>(InputFeaturesDstarToD0Pi::FEATURE)}
31+
#define FILL_MAP_DSTAR(FEATURE) \
32+
{ \
33+
#FEATURE, static_cast<uint8_t>(InputFeaturesDstarToD0Pi::FEATURE) \
34+
}
3435

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

0 commit comments

Comments
 (0)