We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dbd0b8 commit 55b2b04Copy full SHA for 55b2b04
codeHF/config_tasks.sh
@@ -442,7 +442,6 @@ function MakeScriptO2 {
442
[[ $DOO2_CAND_CASC -eq 1 || $DOO2_SEL_LCK0SP -eq 1 || $DOO2_TASK_LCK0SP -eq 1 || $DOO2_TREE_LCK0SP -eq 1 ]] && SUFFIX_SKIM="_v0"
443
# Ξc0/Ωc0 → Ξ π LF cascade reconstruction
444
[[ $DOO2_CAND_XIC0OC0 -eq 1 || $DOO2_SEL_TOXIPI -eq 1 || $DOO2_TREE_TOXIPI -eq 1 || $DOO2_CAND_XIC_XIPIPI -eq 1 || $DOO2_SEL_XIC_XIPIPI -eq 1 || $DOO2_TASK_XIC_XIPIPI -eq 1 || $DOO2_TREE_XIC_XIPIPI -eq 1 ]] && SUFFIX_SKIM="_casc-lf"
445
- SUFFIX_SKIM="_casc-lf"
446
447
# Suffix to distinguish versions of the same workflow for different runs in the workflow database
448
SUFFIX_RUN_MASK="_runX" # suffix mask to be replaced in the workflow names
0 commit comments