Skip to content

Commit

Permalink
[AOT] Fix analysisQC for TPC PID.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia Faggin committed Sep 20, 2024
1 parent 1701ebe commit ac9fea6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MC/config/analysis_testing/json/analyses_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"o2-analysis-pid-tof-qa-beta",
"o2-analysis-pid-tpc-qa",
"o2-analysis-pid-tpc-base",
"o2-analysis-pid-tpc-full"]
"o2-analysis-pid-tpc"]
},
{
"name": "PWGMMMFT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"tpc-pid-full": {
"pid-tpc": {
"autofetchNetworks": "1",
"ccdb-timestamp": "0",
"ccdb-url": "http://alice-ccdb.cern.ch",
"ccdbPath": "Analysis/PID/TPC/Response",
"enableNetworkOptimizations": "1",
"enableTuneOnDataTable": "1",
"networkPathCCDB": "Analysis/PID/TPC/ML",
"networkPathLocally": "network.onnx",
"networkSetNumThreads": "0",
Expand All @@ -18,6 +19,9 @@
"pid-pi": "-1",
"pid-pr": "-1",
"pid-tr": "-1",
"processMcTuneOnData": "!ANALYSIS_QC_is_mc!",
"processStandard": "!ANALYSIS_QC_is_data!",
"skipTPCOnly": "1",
"useNetworkCorrection": "0"
}
}

0 comments on commit ac9fea6

Please sign in to comment.