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 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_DIELECTRON_SINGLE_TRACK (FEATURE ) \
30- { \
31- #FEATURE, static_cast <uint8_t >(InputFeaturesDielectronSingleTrack::FEATURE)}
29+ #define FILL_MAP_DIELECTRON_SINGLE_TRACK (FEATURE ) \
30+ { \
31+ #FEATURE, static_cast <uint8_t >(InputFeaturesDielectronSingleTrack::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
Original file line number Diff line number Diff line change 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_O2_TRACK (FEATURE ) \
30- { \
31- #FEATURE, static_cast <uint8_t >(InputFeaturesO2Track::FEATURE)}
29+ #define FILL_MAP_O2_TRACK (FEATURE ) \
30+ { \
31+ #FEATURE, static_cast <uint8_t >(InputFeaturesO2Track::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
You can’t perform that action at this time.
0 commit comments