Skip to content

Commit

Permalink
Fix converter logic for o2-analysis-v0converter in test workflow (#1493)
Browse files Browse the repository at this point in the history
* fix converter logic for o2v0converter in test workflow

* add ft0-corrected-table
  • Loading branch information
jezwilkinson authored Mar 2, 2024
1 parent 77e6a06 commit c95a048
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MC/analysis_testing/o2dpg_analysis_test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,9 @@ 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",
"O2trackextra_001": "o2-analysis-tracks-extra-converter"}
"O2v0_002": "o2-analysis-v0converter",
"O2trackextra_001": "o2-analysis-tracks-extra-converter",
"O2ft0corrected": "o2-analysis-ft0-corrected-table"}
for i in froot.GetListOfKeys():
if "DF_" not in i.GetName():
continue
Expand Down

0 comments on commit c95a048

Please sign in to comment.