File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 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 >(InputFeaturesBplusToJpsiKReduced::FEATURE)}
27+ #define FILL_MAP_BPLUS (FEATURE ) \
28+ { \
29+ #FEATURE, static_cast <uint8_t >(InputFeaturesBplusToJpsiKReduced::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
Original file line number Diff line number Diff line change 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 >(InputFeaturesBsToJpsiPhiReduced::FEATURE)}
27+ #define FILL_MAP_BS (FEATURE ) \
28+ { \
29+ #FEATURE, static_cast <uint8_t >(InputFeaturesBsToJpsiPhiReduced::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
You can’t perform that action at this time.
0 commit comments