We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a6199 commit 7cb0208Copy full SHA for 7cb0208
1 file changed
PWGHF/TableProducer/trackIndexSkimCreator.cxx
@@ -1727,7 +1727,7 @@ struct HfTrackIndexSkimCreator {
1727
} else {
1728
hfMlResponse3Prongs[iDecay3P].setModelPathsLocal(onnxFileNames3Prongs[iDecay3P]);
1729
}
1730
- hfMlResponse3Prongs.cacheInputFeaturesIndices(inputFeatures3Prongs);
+ hfMlResponse3Prongs[iDecay3P].cacheInputFeaturesIndices(inputFeatures3Prongs);
1731
hfMlResponse3Prongs[iDecay3P].init();
1732
1733
0 commit comments