|
28 | 28 | // Fill the map of available input features |
29 | 29 | // the key is the feature's name (std::string) |
30 | 30 | // the value is the corresponding value in EnumInputFeatures |
31 | | -#define FILL_MAP_LC(FEATURE) \ |
32 | | - { \ |
33 | | - #FEATURE, static_cast<uint8_t>(InputFeaturesLcToK0sP::FEATURE) \ |
34 | | - } |
| 31 | +#define FILL_MAP_LC(FEATURE) \ |
| 32 | + { \ |
| 33 | + #FEATURE, static_cast<uint8_t>(InputFeaturesLcToK0sP::FEATURE)} |
35 | 34 |
|
36 | 35 | // Check if the index of mCachedIndices (index associated to a FEATURE) |
37 | 36 | // matches the entry in EnumInputFeatures associated to this FEATURE |
@@ -82,6 +81,7 @@ enum class InputFeaturesLcToK0sP : uint8_t { |
82 | 81 | v0MK0Short, |
83 | 82 | v0MGamma, |
84 | 83 | ctV0, |
| 84 | + decayLengthV0, |
85 | 85 | dcaV0daughters, |
86 | 86 | ptV0Pos, |
87 | 87 | dcaPosToPV, |
@@ -136,6 +136,7 @@ class HfMlResponseLcToK0sP : public HfMlResponse<TypeOutputScore> |
136 | 136 | CHECK_AND_FILL_VEC_LC_FULL(candidate, v0MGamma, mGamma); |
137 | 137 | CHECK_AND_FILL_VEC_LC_HFHELPER(candidate, ctV0, ctV0K0s); |
138 | 138 | // CHECK_AND_FILL_VEC_LC_HFHELPER(candidate, ctV0, ctV0Lambda); |
| 139 | + CHECK_AND_FILL_VEC_LC(decayLengthV0); |
139 | 140 | CHECK_AND_FILL_VEC_LC(dcaV0daughters); |
140 | 141 | CHECK_AND_FILL_VEC_LC(ptV0Pos); |
141 | 142 | CHECK_AND_FILL_VEC_LC_FULL(candidate, dcaPosToPV, dcapostopv); |
@@ -180,6 +181,7 @@ class HfMlResponseLcToK0sP : public HfMlResponse<TypeOutputScore> |
180 | 181 | FILL_MAP_LC(v0MK0Short), |
181 | 182 | FILL_MAP_LC(v0MGamma), |
182 | 183 | FILL_MAP_LC(ctV0), |
| 184 | + FILL_MAP_LC(decayLengthV0), |
183 | 185 | FILL_MAP_LC(dcaV0daughters), |
184 | 186 | FILL_MAP_LC(ptV0Pos), |
185 | 187 | FILL_MAP_LC(dcaPosToPV), |
|
0 commit comments