Skip to content

Commit a932b04

Browse files
committed
Change path to model from local to CCDB
1 parent f7e19d6 commit a932b04

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Tools/PIDML/qaPidML.cxx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,10 @@ struct pidml {
331331
}
332332
}
333333
}
334+
334335
Configurable<bool> cfgUseTOF{"useTOF", true, "Use ML model with TOF signal"};
335-
Configurable<std::string> cfgModelDir{"model-dir", "/home/lsawicki/inz/PID/ONNX_models/", "base path to the directory with ONNX models"};
336-
Configurable<std::string> cfgScalingParamsFile{"scaling-params", "/home/lsawicki/inz/PID/ONNX_models/train_208_mc_with_beta_and_sigmas_scaling_params.json", "base path to the ccdb JSON file with scaling parameters from training"};
336+
Configurable<std::string> cfgModelDir{"model-dir", "http://alice-ccdb.cern.ch/Users/m/mkabus/pidml/onnx_models", "base path to the directory with ONNX models"};
337+
Configurable<std::string> cfgScalingParamsFile{"scaling-params", "http://alice-ccdb.cern.ch/Users/m/mkabus/pidml/onnx_models/train_208_mc_with_beta_and_sigmas_scaling_params.json", "base path to the ccdb JSON file with scaling parameters from training"};
337338

338339
PidONNXModel model211 = PidONNXModel(cfgModelDir.value, cfgScalingParamsFile.value, 211, cfgUseTOF.value);
339340
PidONNXModel model2212 = PidONNXModel(cfgModelDir.value, cfgScalingParamsFile.value, 2212, cfgUseTOF.value);

0 commit comments

Comments
 (0)