Skip to content

Commit

Permalink
[AOT] Fix TPC PID and event selection configurations for analysisQC. (#…
Browse files Browse the repository at this point in the history
…1750)

* [AOT] Fix analysisQC for TPC PID.

* Fix TPC-full also for other workflows, for consistency.

* Restore wagon name for TPC PID.

* Autodetect ev. sel isMC based on metadata.

---------

Co-authored-by: Mattia Faggin <mfaggin@alipap1.cern.ch>
(cherry picked from commit 8e68f09)
  • Loading branch information
mfaggin authored and alcaliva committed Oct 8, 2024
1 parent 1f112ee commit c7c5f99
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions MC/config/analysis_testing/json/analyses_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"o2-analysis-pid-tof",
"o2-analysis-pid-tof-full",
"o2-analysis-pid-tpc-base",
"o2-analysis-pid-tpc-full",
"o2-analysis-pid-tpc",
"o2-analysis-event-selection",
"o2-analysis-timestamp",
"o2-analysis-multiplicity-table",
Expand Down 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 Expand Up @@ -146,7 +146,7 @@
"o2-analysis-track-propagation",
"o2-analysis-trackselection",
"o2-analysis-event-selection",
"o2-analysis-pid-tpc-full",
"o2-analysis-pid-tpc",
"o2-analysis-pid-tpc-base"
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"event-selection-task": {
"isMC": "!ANALYSIS_QC_is_mc!",
"isMC": "-1",
"muonSelection": "0",
"processRun2": "false",
"processRun3": "true",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"tpc-pid-full": {
"tpc-pid": {
"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 c7c5f99

Please sign in to comment.