Skip to content

Commit e5a814e

Browse files
committed
Please consider the following formatting changes
1 parent 060a784 commit e5a814e

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

PWGEM/Dilepton/Utils/MlResponseDielectronSingleTrack.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_DIELECTRON_SINGLE_TRACK(FEATURE) \
32-
{ \
33-
#FEATURE, static_cast<uint8_t>(InputFeaturesDielectronSingleTrack::FEATURE)}
31+
#define FILL_MAP_DIELECTRON_SINGLE_TRACK(FEATURE) \
32+
{ \
33+
#FEATURE, static_cast<uint8_t>(InputFeaturesDielectronSingleTrack::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

PWGEM/Dilepton/Utils/MlResponseO2Track.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_O2_TRACK(FEATURE) \
31-
{ \
32-
#FEATURE, static_cast<uint8_t>(InputFeaturesO2Track::FEATURE)}
30+
#define FILL_MAP_O2_TRACK(FEATURE) \
31+
{ \
32+
#FEATURE, static_cast<uint8_t>(InputFeaturesO2Track::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

PWGEM/PhotonMeson/Core/EmMlResponsePCM.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_PCM(FEATURE) \
31-
{ \
32-
#FEATURE, static_cast<uint8_t>(InputFeaturesPCM::FEATURE)}
30+
#define FILL_MAP_PCM(FEATURE) \
31+
{ \
32+
#FEATURE, static_cast<uint8_t>(InputFeaturesPCM::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

0 commit comments

Comments
 (0)