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 3a29e95 commit 90f4207Copy full SHA for 90f4207
1 file changed
DATA/production/configurations/asyncReco/setenv_extra.sh
@@ -388,6 +388,12 @@ fi
388
389
390
# secondary vertexing
391
+if [[ $ALIEN_JDL_DISABLESTRTRACKING == 1 ]]; then
392
+ export STRTRACKING=" --disable-strangeness-tracker "
393
+fi
394
+if [[ $ALIEN_JDL_DISABLECASCADES == 1 ]]; then
395
+ export ARGS_EXTRA_PROCESS_o2_secondary_vertexing_workflow+=" --disable-cascade-finder "
396
397
export SVTX="svertexer.checkV0Hypothesis=false;svertexer.checkCascadeHypothesis=false"
398
# strangeness tracking
399
export STRK=""
0 commit comments