Skip to content

Commit

Permalink
Add mccollision-converter (#467)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera authored Aug 7, 2024
1 parent f39b547 commit 4547e63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions codeHF/config_tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ DOO2_PID_BAYES=0 # pid-bayes
DOO2_CONV_MC=0 # mc-converter
DOO2_CONV_FDD=0 # fdd-converter
DOO2_CONV_COLL=0 # collision-converter
DOO2_CONV_MCCOLL=0 # mccollision-converter
DOO2_CONV_ZDC=0 # zdc-converter
DOO2_CONV_BC=0 # bc-converter
DOO2_CONV_TRKEX=0 # tracks-extra-converter
Expand Down Expand Up @@ -531,6 +532,7 @@ function MakeScriptO2 {
[ $DOO2_CONV_MC -eq 1 ] && WORKFLOWS+=" o2-analysis-mc-converter"
[ $DOO2_CONV_FDD -eq 1 ] && WORKFLOWS+=" o2-analysis-fdd-converter"
[ $DOO2_CONV_COLL -eq 1 ] && WORKFLOWS+=" o2-analysis-collision-converter"
[ $DOO2_CONV_MCCOLL -eq 1 ] && WORKFLOWS+=" o2-analysis-mccollision-converter"
[ $DOO2_CONV_ZDC -eq 1 ] && WORKFLOWS+=" o2-analysis-zdc-converter"
[ $DOO2_CONV_BC -eq 1 ] && WORKFLOWS+=" o2-analysis-bc-converter"
[ $DOO2_CONV_TRKEX -eq 1 ] && WORKFLOWS+=" o2-analysis-tracks-extra-converter"
Expand Down
2 changes: 2 additions & 0 deletions codeHF/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -624,6 +624,8 @@ workflows:

o2-analysis-collision-converter: {}

o2-analysis-mccollision-converter: {}

o2-analysis-zdc-converter: {}

o2-analysis-bc-converter: {}
Expand Down

0 comments on commit 4547e63

Please sign in to comment.