Skip to content

Commit c95a048

Browse files
authored
Fix converter logic for o2-analysis-v0converter in test workflow (#1493)
* fix converter logic for o2v0converter in test workflow * add ft0-corrected-table
1 parent 77e6a06 commit c95a048

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

MC/analysis_testing/o2dpg_analysis_test_workflow.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,9 @@ def get_additional_workflows(input_aod):
190190
o2_analysis_converters = {"O2collision_001": "o2-analysis-collision-converter --doNotSwap",
191191
"O2zdc_001": "o2-analysis-zdc-converter",
192192
"O2bc_001": "o2-analysis-bc-converter",
193-
"O2v0_001": "o2-analysis-v0converter",
194-
"O2trackextra_001": "o2-analysis-tracks-extra-converter"}
193+
"O2v0_002": "o2-analysis-v0converter",
194+
"O2trackextra_001": "o2-analysis-tracks-extra-converter",
195+
"O2ft0corrected": "o2-analysis-ft0-corrected-table"}
195196
for i in froot.GetListOfKeys():
196197
if "DF_" not in i.GetName():
197198
continue

0 commit comments

Comments
 (0)