Skip to content
Snippets Groups Projects
Commit 20601e65 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

scripts -> anaysis, pre-compile

parent dd5236e2
Branches
No related tags found
1 merge request!99Add truth inclusive kinematics to reconstruction
......@@ -5,6 +5,7 @@ dvcs:process:
- s3
needs: ["common:detector"]
script:
- compile_analyses.py dvcs
- bash benchmarks/dvcs/dvcs.sh --all
dvcs:results:
......
......@@ -145,7 +145,7 @@ if [[ -n "${DO_ANALYSIS}" || -n "${DO_ALL}" ]] ; then
mkdir -p results/dvcs
# here you can add as many scripts as you want.
root -b -q "benchmarks/dvcs/scripts/dvcs_tests.cxx(\"${JUGGLER_REC_FILE}\")"
root -b -q "benchmarks/dvcs/analysis/dvcs_tests.cxx+(\"${JUGGLER_REC_FILE}\")"
if [[ "$?" -ne "0" ]] ; then
echo "ERROR running root script"
exit 1
......
......@@ -3,4 +3,5 @@ single:process:
timeout: 24 hours
stage: process
script:
- compile_analyses.py single
- bash benchmarks/single/single.sh e-_1GeV_45to135deg
......@@ -5,6 +5,7 @@ u_omega:process:
- s3
needs: ["common:detector"]
script:
- compile_analysis.py u_omega
- bash benchmarks/u_omega/u_omega.sh --all
u_omega:results:
......
......@@ -144,7 +144,7 @@ if [[ -n "${DO_ANALYSIS}" || -n "${DO_ALL}" ]] ; then
mkdir -p "results/${FILE_NAME_TAG}"
# here you can add as many scripts as you want.
root -b -q "benchmarks/${FILE_NAME_TAG}/scripts/demo.cxx(\"${JUGGLER_REC_FILE}\")"
root -b -q "benchmarks/${FILE_NAME_TAG}/analysis/demo.cxx+(\"${JUGGLER_REC_FILE}\")"
if [[ "$?" -ne "0" ]] ; then
echo "ERROR running root script"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment