File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ enum class InputFeaturesLcToK0sP : uint8_t {
8282 v0MK0Short,
8383 v0MGamma,
8484 ctV0,
85+ decayLengthV0,
8586 dcaV0daughters,
8687 ptV0Pos,
8788 dcaPosToPV,
@@ -136,6 +137,7 @@ class HfMlResponseLcToK0sP : public HfMlResponse<TypeOutputScore>
136137 CHECK_AND_FILL_VEC_LC_FULL (candidate, v0MGamma, mGamma );
137138 CHECK_AND_FILL_VEC_LC_HFHELPER (candidate, ctV0, ctV0K0s);
138139 // CHECK_AND_FILL_VEC_LC_HFHELPER(candidate, ctV0, ctV0Lambda);
140+ CHECK_AND_FILL_VEC_LC (decayLengthV0);
139141 CHECK_AND_FILL_VEC_LC (dcaV0daughters);
140142 CHECK_AND_FILL_VEC_LC (ptV0Pos);
141143 CHECK_AND_FILL_VEC_LC_FULL (candidate, dcaPosToPV, dcapostopv);
@@ -180,6 +182,7 @@ class HfMlResponseLcToK0sP : public HfMlResponse<TypeOutputScore>
180182 FILL_MAP_LC (v0MK0Short),
181183 FILL_MAP_LC (v0MGamma),
182184 FILL_MAP_LC (ctV0),
185+ FILL_MAP_LC (decayLengthV0),
183186 FILL_MAP_LC (dcaV0daughters),
184187 FILL_MAP_LC (ptV0Pos),
185188 FILL_MAP_LC (dcaPosToPV),
You can’t perform that action at this time.
0 commit comments