From 012f41cd0a5568442ac15cba98a524fecb252c3d Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 23 Jan 2025 05:30:43 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGJE/TableProducer/jetTaggerHF.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/PWGJE/TableProducer/jetTaggerHF.cxx b/PWGJE/TableProducer/jetTaggerHF.cxx index 81df6163488..9eea86718ae 100644 --- a/PWGJE/TableProducer/jetTaggerHF.cxx +++ b/PWGJE/TableProducer/jetTaggerHF.cxx @@ -93,7 +93,6 @@ struct JetTaggerHFTask { Configurable timestampCCDB{"timestampCCDB", -1, "timestamp of the ONNX file for ML model used to query in CCDB"}; Configurable loadModelsFromCCDB{"loadModelsFromCCDB", false, "Flag to enable or disable the loading of models from CCDB"}; - Configurable IPparameterPathsCCDB{"IPparameterPathsCCDB", "Users/l/leehy/LHC24g4/", "Paths for fitting parameters of resolution functions for IP method on CCDB"}; Configurable> IPtimestampCCDB{"IPtimestampCCDB", std::vector{1737027389227, 1737027391774, 1737027393668, 1737027395548, 1737027397505, 1737027399396, 1737027401294}, "timestamp of the resolution function for IP method used to query in CCDB"}; Configurable usepTcategorize{"usepTcategorize", false, "p_T categorize TF1 function with Inclusive jet"};