From 5d52ce4a9613e8b647b48af4ac83ed4a26ce05a3 Mon Sep 17 00:00:00 2001 From: Jeremy Wilkinson Date: Fri, 23 Feb 2024 17:10:36 +0100 Subject: [PATCH 1/3] fix converter logic for o2v0converter in test workflow --- MC/analysis_testing/o2dpg_analysis_test_workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MC/analysis_testing/o2dpg_analysis_test_workflow.py b/MC/analysis_testing/o2dpg_analysis_test_workflow.py index 75058219e..9b2bd399f 100755 --- a/MC/analysis_testing/o2dpg_analysis_test_workflow.py +++ b/MC/analysis_testing/o2dpg_analysis_test_workflow.py @@ -190,7 +190,7 @@ def get_additional_workflows(input_aod): o2_analysis_converters = {"O2collision_001": "o2-analysis-collision-converter --doNotSwap", "O2zdc_001": "o2-analysis-zdc-converter", "O2bc_001": "o2-analysis-bc-converter", - "O2v0_001": "o2-analysis-v0converter", + "O2v0_002": "o2-analysis-v0converter", "O2trackextra_001": "o2-analysis-tracks-extra-converter"} for i in froot.GetListOfKeys(): if "DF_" not in i.GetName(): From 512e2b7dad804acebcce0d048c401ceb187cc5c1 Mon Sep 17 00:00:00 2001 From: Jeremy Wilkinson Date: Fri, 1 Mar 2024 14:51:04 +0100 Subject: [PATCH 2/3] add ft0-corrected-table --- MC/analysis_testing/o2dpg_analysis_test_workflow.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MC/analysis_testing/o2dpg_analysis_test_workflow.py b/MC/analysis_testing/o2dpg_analysis_test_workflow.py index 9b2bd399f..1ed5d2264 100755 --- a/MC/analysis_testing/o2dpg_analysis_test_workflow.py +++ b/MC/analysis_testing/o2dpg_analysis_test_workflow.py @@ -191,7 +191,8 @@ def get_additional_workflows(input_aod): "O2zdc_001": "o2-analysis-zdc-converter", "O2bc_001": "o2-analysis-bc-converter", "O2v0_002": "o2-analysis-v0converter", - "O2trackextra_001": "o2-analysis-tracks-extra-converter"} + "O2trackextra_001": "o2-analysis-tracks-extra-converter", + "O2ft0corrected": "o2-ft0-corrected-table"} for i in froot.GetListOfKeys(): if "DF_" not in i.GetName(): continue From d6f2fa3c393660fe2f9858482e520762ae0c7f48 Mon Sep 17 00:00:00 2001 From: Jeremy Wilkinson Date: Fri, 1 Mar 2024 14:52:24 +0100 Subject: [PATCH 3/3] typo in ft0 --- MC/analysis_testing/o2dpg_analysis_test_workflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MC/analysis_testing/o2dpg_analysis_test_workflow.py b/MC/analysis_testing/o2dpg_analysis_test_workflow.py index 1ed5d2264..e9d7b5f46 100755 --- a/MC/analysis_testing/o2dpg_analysis_test_workflow.py +++ b/MC/analysis_testing/o2dpg_analysis_test_workflow.py @@ -192,7 +192,7 @@ def get_additional_workflows(input_aod): "O2bc_001": "o2-analysis-bc-converter", "O2v0_002": "o2-analysis-v0converter", "O2trackextra_001": "o2-analysis-tracks-extra-converter", - "O2ft0corrected": "o2-ft0-corrected-table"} + "O2ft0corrected": "o2-analysis-ft0-corrected-table"} for i in froot.GetListOfKeys(): if "DF_" not in i.GetName(): continue