Skip to content

Commit 1ce6066

Browse files
DelloStrittoLuigi Dello Stritto
andauthored
[PWGHF] Add V0 decay length to ML variables for LcK0sP (#15367)
Co-authored-by: Luigi Dello Stritto <ldellost@alicecerno2.cern.ch>
1 parent 1030ea4 commit 1ce6066

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PWGHF/Core/HfMlResponseLcToK0sP.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)