From 8e340b81a6750ce25df3e6c08ab77f0588d65203 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Tue, 22 Oct 2024 00:33:20 -0400 Subject: [PATCH] also tcs --- benchmarks/Exclusive-Diffraction-Tagging/tcs/config.yml | 6 +++--- benchmarks/Exclusive-Diffraction-Tagging/tcs/tcs.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/benchmarks/Exclusive-Diffraction-Tagging/tcs/config.yml b/benchmarks/Exclusive-Diffraction-Tagging/tcs/config.yml index 055a7bf9..742a7b55 100644 --- a/benchmarks/Exclusive-Diffraction-Tagging/tcs/config.yml +++ b/benchmarks/Exclusive-Diffraction-Tagging/tcs/config.yml @@ -2,7 +2,7 @@ tcs:compile: stage: compile extends: .compile_benchmark script: - - compile_analyses.py tcs + - compile_analyses.py Exclusive-Diffraction-Tagging/tcs tcs:simulate: stage: simulate @@ -22,8 +22,8 @@ tcs:simulate: PBEAM: 275 TAG: s800 script: - #- bash benchmarks/tcs/tcs.sh --all --ebeam ${EBEAM} --pbeam ${PBEAM} --tag ${TAG} - - bash benchmarks/tcs/tcs.sh --data-init --sim --rec --ebeam ${EBEAM} --pbeam ${PBEAM} --tag ${TAG} + #- bash benchmarks/Exclusive-Diffraction-Tagging/tcs/tcs.sh --all --ebeam ${EBEAM} --pbeam ${PBEAM} --tag ${TAG} + - bash benchmarks/Exclusive-Diffraction-Tagging/tcs/tcs.sh --data-init --sim --rec --ebeam ${EBEAM} --pbeam ${PBEAM} --tag ${TAG} tcs:results: stage: collect diff --git a/benchmarks/Exclusive-Diffraction-Tagging/tcs/tcs.sh b/benchmarks/Exclusive-Diffraction-Tagging/tcs/tcs.sh index 0c69e200..a46afa99 100644 --- a/benchmarks/Exclusive-Diffraction-Tagging/tcs/tcs.sh +++ b/benchmarks/Exclusive-Diffraction-Tagging/tcs/tcs.sh @@ -170,7 +170,7 @@ if [[ -n "${DO_ANALYSIS}" || -n "${DO_ALL}" ]] ; then mkdir -p results/tcs # here you can add as many scripts as you want. - root -b -q "benchmarks/tcs/analysis/tcs_tests.cxx+(\"${JUGGLER_REC_FILE}\")" + root -b -q "benchmarks/Exclusive-Diffraction-Tagging/tcs/analysis/tcs_tests.cxx+(\"${JUGGLER_REC_FILE}\")" if [[ "$?" -ne "0" ]] ; then echo "ERROR running root script" exit 1