File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed
Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 2929// Fill the map of available input features
3030// the key is the feature's name (std::string)
3131// the value is the corresponding value in EnumInputFeatures
32- #define FILL_MAP_BPLUS (FEATURE ) \
33- { \
34- #FEATURE, static_cast <uint8_t >(InputFeaturesBplusToD0Pi::FEATURE)}
32+ #define FILL_MAP_BPLUS (FEATURE ) \
33+ { \
34+ #FEATURE, static_cast <uint8_t >(InputFeaturesBplusToD0Pi::FEATURE) \
35+ }
3536
3637// Check if the index of mCachedIndices (index associated to a FEATURE)
3738// matches the entry in EnumInputFeatures associated to this FEATURE
Original file line number Diff line number Diff line change 2929// Fill the map of available input features
3030// the key is the feature's name (std::string)
3131// the value is the corresponding value in EnumInputFeatures
32- #define FILL_MAP_BPLUS (FEATURE ) \
33- { \
34- #FEATURE, static_cast <uint8_t >(InputFeaturesBplusToJpsiKReduced::FEATURE)}
32+ #define FILL_MAP_BPLUS (FEATURE ) \
33+ { \
34+ #FEATURE, static_cast <uint8_t >(InputFeaturesBplusToJpsiKReduced::FEATURE) \
35+ }
3536
3637// Check if the index of mCachedIndices (index associated to a FEATURE)
3738// matches the entry in EnumInputFeatures associated to this FEATURE
Original file line number Diff line number Diff line change 2929// Fill the map of available input features
3030// the key is the feature's name (std::string)
3131// the value is the corresponding value in EnumInputFeatures
32- #define FILL_MAP_BS (FEATURE ) \
33- { \
34- #FEATURE, static_cast <uint8_t >(InputFeaturesBsToJpsiPhiReduced::FEATURE)}
32+ #define FILL_MAP_BS (FEATURE ) \
33+ { \
34+ #FEATURE, static_cast <uint8_t >(InputFeaturesBsToJpsiPhiReduced::FEATURE) \
35+ }
3536
3637// Check if the index of mCachedIndices (index associated to a FEATURE)
3738// matches the entry in EnumInputFeatures associated to this FEATURE
You can’t perform that action at this time.
0 commit comments