Skip to content

Commit 8c68ba2

Browse files
fix a typo
1 parent a59227f commit 8c68ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/Core/HfMlResponseLbToLcPi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ class HfMlResponseLbToLcPi : public HfMlResponse<TypeOutputScore>
123123
CHECK_AND_FILL_VEC_LB(prong0MlScorePrompt);
124124
CHECK_AND_FILL_VEC_LB(prong0MlScoreNonprompt);
125125
// TPC PID variable
126-
(prong1, tpcNSigmaPi1, tpcNSigmaPi);
126+
CHECK_AND_FILL_VEC_LB_FULL(prong1, tpcNSigmaPi1, tpcNSigmaPi);
127127
// TOF PID variable
128128
CHECK_AND_FILL_VEC_LB_FULL(prong1, tofNSigmaPi1, tofNSigmaPi);
129129
// Combined PID variables

0 commit comments

Comments
 (0)