Skip to content

Commit 7bef04a

Browse files
author
Maurice Coquet
committed
Further fixes
1 parent 37f2aee commit 7bef04a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PWGDQ/Core/MuonMatchingMlResponse.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
/// \brief Class to compute the ML response for MFT-Muon matching
1414
/// \author Maurice Coquet <maurice.louis.coquet@cern.ch>
1515

16-
#ifndef PWGDQ_CORE_MLRESPONSEMFTMUONMATCHING_H_
17-
#define PWGDQ_CORE_MLRESPONSEMFTMUONMATCHING_H_
16+
#ifndef PWGDQ_CORE_MUONMATCHINGMLRESPONSE_H_
17+
#define PWGDQ_CORE_MUONMATCHINGMLRESPONSE_H_
1818

1919
#include "Tools/ML/MlResponse.h"
2020

@@ -374,4 +374,4 @@ class MlResponseMFTMuonMatch : public MlResponse<TypeOutputScore>
374374
#undef CHECK_AND_FILL_MFTMUON_DIFF
375375
#undef CHECK_AND_FILL_MFTMUON_COLLISION
376376

377-
#endif // PWGDQ_CORE_MLRESPONSEMFTMUONMATCHING_H_
377+
#endif // PWGDQ_CORE_MUONMATCHINGMLRESPONSE_H_

PWGDQ/TableProducer/tableMakerMC_withAssoc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ struct TableMakerMC {
387387
cutDirMl = {cuts_ml::CutNot};
388388
o2::framework::LabeledArray<double> mycutsMl(cutValues.data(), 1, 1, std::vector<std::string>{"pT bin 0"}, std::vector<std::string>{"score"});
389389
matchingMlResponse.configure(binsPtMl, mycutsMl, cutDirMl, 1);
390-
matchingMlResponse.setModelPathsCCDB(fConfigVariousOptions.fModelNames.value, fCCDBApi, fConfigVariousOptions.fModelPathsCCDB.value, fConfigCCDB.timestamp.value);
390+
matchingMlResponse.setModelPathsCCDB(fConfigVariousOptions.fModelNames.value, fCCDBApi, fConfigVariousOptions.fModelPathsCCDB.value, fConfigCCDB.timestampCCDB.value);
391391
matchingMlResponse.cacheInputFeaturesIndices(fConfigVariousOptions.fInputFeatures.value);
392392
matchingMlResponse.init();
393393
}

0 commit comments

Comments
 (0)