Skip to content

Commit 7cb0208

Browse files
committed
Fix typo
1 parent 03a6199 commit 7cb0208

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/TableProducer/trackIndexSkimCreator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1727,7 +1727,7 @@ struct HfTrackIndexSkimCreator {
17271727
} else {
17281728
hfMlResponse3Prongs[iDecay3P].setModelPathsLocal(onnxFileNames3Prongs[iDecay3P]);
17291729
}
1730-
hfMlResponse3Prongs.cacheInputFeaturesIndices(inputFeatures3Prongs);
1730+
hfMlResponse3Prongs[iDecay3P].cacheInputFeaturesIndices(inputFeatures3Prongs);
17311731
hfMlResponse3Prongs[iDecay3P].init();
17321732
}
17331733
}

0 commit comments

Comments
 (0)