File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ DOO2_PID_BAYES=0 # pid-bayes
129129DOO2_CONV_MC=0 # mc-converter
130130DOO2_CONV_FDD=0 # fdd-converter
131131DOO2_CONV_COLL=0 # collision-converter
132+ DOO2_CONV_MCCOLL=0 # mccollision-converter
132133DOO2_CONV_ZDC=0 # zdc-converter
133134DOO2_CONV_BC=0 # bc-converter
134135DOO2_CONV_TRKEX=0 # tracks-extra-converter
@@ -531,6 +532,7 @@ function MakeScriptO2 {
531532 [ $DOO2_CONV_MC -eq 1 ] && WORKFLOWS+=" o2-analysis-mc-converter"
532533 [ $DOO2_CONV_FDD -eq 1 ] && WORKFLOWS+=" o2-analysis-fdd-converter"
533534 [ $DOO2_CONV_COLL -eq 1 ] && WORKFLOWS+=" o2-analysis-collision-converter"
535+ [ $DOO2_CONV_MCCOLL -eq 1 ] && WORKFLOWS+=" o2-analysis-mccollision-converter"
534536 [ $DOO2_CONV_ZDC -eq 1 ] && WORKFLOWS+=" o2-analysis-zdc-converter"
535537 [ $DOO2_CONV_BC -eq 1 ] && WORKFLOWS+=" o2-analysis-bc-converter"
536538 [ $DOO2_CONV_TRKEX -eq 1 ] && WORKFLOWS+=" o2-analysis-tracks-extra-converter"
Original file line number Diff line number Diff line change @@ -624,6 +624,8 @@ workflows:
624624
625625 o2-analysis-collision-converter : {}
626626
627+ o2-analysis-mccollision-converter : {}
628+
627629 o2-analysis-zdc-converter : {}
628630
629631 o2-analysis-bc-converter : {}
You can’t perform that action at this time.
0 commit comments