Skip to content

Commit 9ae025c

Browse files
[PWGLF] Fix initialization of ccdbApi in strangenessbuilder (#12266)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 8f8c5e4 commit 9ae025c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PWGLF/TableProducer/Strangeness/strangenessbuilder.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,9 @@ struct StrangenessBuilder {
771771
if (DeduplicationOpts.deduplicationAlgorithm.value == 4 || DeduplicationOpts.deduplicationAlgorithm.value == 6) {
772772
if (DeduplicationOpts.loadModelsFromCCDB) {
773773

774+
// Retrieve the model from CCDB
775+
ccdbApi.init(ccdbConfigurations.ccdburl);
776+
774777
/// Fetching model for specific timestamp
775778
LOG(info) << "Fetching model for timestamp: " << DeduplicationOpts.timestampCCDB.value;
776779

0 commit comments

Comments
 (0)