Skip to content

Commit

Permalink
also tcs
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Oct 22, 2024
1 parent 74880e1 commit 8e340b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions benchmarks/Exclusive-Diffraction-Tagging/tcs/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/Exclusive-Diffraction-Tagging/tcs/tcs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e340b8

Please sign in to comment.