From f6800195d4f65906035f74b7b0e5acd3c7811f2c Mon Sep 17 00:00:00 2001 From: Gian Michele Innocenti Date: Sat, 15 Feb 2020 16:33:43 +0100 Subject: [PATCH] Fix runtest configuration --- codeHF/runtest_new.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/codeHF/runtest_new.sh b/codeHF/runtest_new.sh index 18ccec17..56dfbc6a 100644 --- a/codeHF/runtest_new.sh +++ b/codeHF/runtest_new.sh @@ -10,7 +10,9 @@ DOCOMPARE=1 DORUN3ONAOD=0 -APPLYEVTSELRUN1=1 +APPLYPRIMVERTEXSELRUN1=1 +APPLYTRACKCUTRUN1=1 +APPLYSECVERTEXSELRUN1=0 if [ $DOCONVERT -eq 1 ]; then rm $LISTNAME @@ -32,7 +34,7 @@ if [ $DORUN1 -eq 1 ]; then echo $fileout >> "$fileouttxt" echo "$F" echo "$fileout" - root -q -l "ComputeVerticesRun1.C(\"$F\",\"$fileout\", $APPLYEVTSELRUN1)" + root -q -l "ComputeVerticesRun1.C(\"$F\",\"$fileout\", $APPLYPRIMVERTEXSELRUN1, $APPLYTRACKCUTRUN1, $APPLYSECVERTEXSELRUN1)" index=$((index+1)) echo $index done <"$LISTNAME"