diff --git a/Tools/PIDFeatureExtractor/pidOnnxInference.cxx b/Tools/PIDFeatureExtractor/pidOnnxInference.cxx index f3a10ad8e29..ac38c30a426 100644 --- a/Tools/PIDFeatureExtractor/pidOnnxInference.cxx +++ b/Tools/PIDFeatureExtractor/pidOnnxInference.cxx @@ -115,8 +115,8 @@ struct GroupToggles { /// (assumed always-present in the data itself), so their toggle is the /// only way to exclude them. void runInference(std::string const& inputRootFile, std::string const& inputTreeName, - std::string const& outputPath, bool exportCsv, - o2::analysis::MlResponse& mlResponse, GroupToggles const& groups) + std::string const& outputPath, bool exportCsv, + o2::analysis::MlResponse& mlResponse, GroupToggles const& groups) { std::unique_ptr inFile(TFile::Open(inputRootFile.c_str(), "READ")); if (!inFile || inFile->IsZombie()) {