We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59227f commit 8c68ba2Copy full SHA for 8c68ba2
PWGHF/Core/HfMlResponseLbToLcPi.h
@@ -123,7 +123,7 @@ class HfMlResponseLbToLcPi : public HfMlResponse<TypeOutputScore>
123
CHECK_AND_FILL_VEC_LB(prong0MlScorePrompt);
124
CHECK_AND_FILL_VEC_LB(prong0MlScoreNonprompt);
125
// TPC PID variable
126
- (prong1, tpcNSigmaPi1, tpcNSigmaPi);
+ CHECK_AND_FILL_VEC_LB_FULL(prong1, tpcNSigmaPi1, tpcNSigmaPi);
127
// TOF PID variable
128
CHECK_AND_FILL_VEC_LB_FULL(prong1, tofNSigmaPi1, tofNSigmaPi);
129
// Combined PID variables
0 commit comments