Skip to content

Commit b43ad22

Browse files
committed
Disable skimming and candidate creators by default
1 parent 39cdf1b commit b43ad22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

codeHF/config_tasks.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ MAKE_PERF_STATS=0 # Produce performance profiling stats.
3737
# Trigger selection
3838
DOO2_TRIGSEL=0 # event-selection
3939
# Vertexing
40-
DOO2_SKIM=1 # hf-track-index-skim-creator
41-
DOO2_CAND_2PRONG=1 # hf-candidate-creator-2prong
42-
DOO2_CAND_3PRONG=1 # hf-candidate-creator-3prong
40+
DOO2_SKIM=0 # hf-track-index-skim-creator
41+
DOO2_CAND_2PRONG=0 # hf-candidate-creator-2prong
42+
DOO2_CAND_3PRONG=0 # hf-candidate-creator-3prong
4343
DOO2_CAND_CASC=0 # hf-candidate-creator-cascade
4444
DOO2_CAND_LB=0 # hf-candidate-creator-lb
4545
DOO2_CAND_X=0 # hf-candidate-creator-x

0 commit comments

Comments
 (0)