Skip to content

Commit

Permalink
Disable skimming and candidate creators by default
Browse files Browse the repository at this point in the history
  • Loading branch information
vkucera committed Dec 12, 2024
1 parent 9c10657 commit 420b90e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codeHF/config_tasks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ MAKE_PERF_STATS=0 # Produce performance profiling stats.
# Trigger selection
DOO2_TRIGSEL=0 # event-selection
# Vertexing
DOO2_SKIM=1 # hf-track-index-skim-creator
DOO2_CAND_2PRONG=1 # hf-candidate-creator-2prong
DOO2_CAND_3PRONG=1 # hf-candidate-creator-3prong
DOO2_SKIM=0 # hf-track-index-skim-creator
DOO2_CAND_2PRONG=0 # hf-candidate-creator-2prong
DOO2_CAND_3PRONG=0 # hf-candidate-creator-3prong
DOO2_CAND_CASC=0 # hf-candidate-creator-cascade
DOO2_CAND_LB=0 # hf-candidate-creator-lb
DOO2_CAND_X=0 # hf-candidate-creator-x
Expand Down

0 comments on commit 420b90e

Please sign in to comment.