File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments