You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[EventFiltering] Add scripts for BDT trainings and add info for particles reco in wrong collision (#2742)
* Add scripts for BDT trainings and remove particles reco in wrong collision from signal
* Add configs
* Please consider the following formatting changes
* Fix Megalint
---------
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
Copy file name to clipboardExpand all lines: EventFiltering/PWGHF/HFFilter.cxx
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ struct HfFilter { // Main struct for HF triggers
112
112
Service<o2::ccdb::BasicCCDBManager> ccdb;
113
113
Configurable<std::string> url{"ccdb-url", "http://alice-ccdb.cern.ch", "url of the ccdb repository"};
114
114
Configurable<std::string> mlModelPathCCDB{"mlModelPathCCDB", "Analysis/PWGHF/ML/HFTrigger/", "Path on CCDB"};
115
-
Configurable<long> timestampCCDB{"timestampCCDB", -1, "timestamp of the ONNX file for ML model used to query in CCDB. Exceptions: > 0 for the specific timestamp, 0 gets the run dependent timestamp"};
115
+
Configurable<int64_t> timestampCCDB{"timestampCCDB", -1, "timestamp of the ONNX file for ML model used to query in CCDB. Exceptions: > 0 for the specific timestamp, 0 gets the run dependent timestamp"};
116
116
Configurable<bool> loadModelsFromCCDB{"loadModelsFromCCDB", false, "Flag to enable or disable the loading of models from CCDB"};
117
117
Configurable<std::string> ccdbPathGrpMag{"ccdbPathGrpMag", "GLO/Config/GRPMagField", "CCDB path of the GRPMagField object"};
118
118
Configurable<string> ccdbPathTPC{"ccdbPathTPC", "Users/i/iarsene/Calib/TPCpostCalib", "base path to the ccdb object"};
@@ -296,10 +296,10 @@ struct HfFilter { // Main struct for HF triggers
296
296
LOG(fatal) << "Can not find the TPC Post Calibration object!";
0 commit comments