We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3e0e2 commit addf241Copy full SHA for addf241
codeHF/config_tasks.sh
@@ -37,9 +37,9 @@ MAKE_PERF_STATS=0 # Produce performance profiling stats.
37
# Trigger selection
38
DOO2_TRIGSEL=0 # event-selection
39
# 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
+DOO2_SKIM=0 # hf-track-index-skim-creator
+DOO2_CAND_2PRONG=0 # hf-candidate-creator-2prong
+DOO2_CAND_3PRONG=0 # hf-candidate-creator-3prong
43
DOO2_CAND_CASC=0 # hf-candidate-creator-cascade
44
DOO2_CAND_LB=0 # hf-candidate-creator-lb
45
DOO2_CAND_X=0 # hf-candidate-creator-x
0 commit comments