Skip to content

Commit 588ddcc

Browse files
JinjooSeovkucera
andauthored
Update PWGDQ/Tasks/tableReader_withAssoc.cxx
Co-authored-by: Vít Kučera <vit.kucera@cern.ch>
1 parent f98af88 commit 588ddcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Tasks/tableReader_withAssoc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,7 @@ struct AnalysisSameEventPairing {
12491249
} fConfigOptions;
12501250
struct : ConfigurableGroup {
12511251
Configurable<bool> applyBDT{"applyBDT", false, "Flag to apply ML selections"};
1252-
Configurable<string> fConfigBdtCutsJSON{"fConfigBdtCutsJSON", "", "Additional list of BDT cuts in JSON format"};
1252+
Configurable<std::string> fConfigBdtCutsJSON{"fConfigBdtCutsJSON", "", "Additional list of BDT cuts in JSON format"};
12531253

12541254
Configurable<std::vector<std::string>> modelPathsCCDB{"modelPathsCCDB", std::vector<std::string>{"Users/j/jseo/ML/PbPbPsi/default/"}, "Paths of models on CCDB"};
12551255
Configurable<int64_t> timestampCCDB{"timestampCCDB", -1, "timestamp of the ONNX file for ML model used to query in CCDB"};

0 commit comments

Comments
 (0)