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

Let's try with copmiling in advance

parent 5384e200
No related branches found
No related tags found
1 merge request!104edm4hep updates in scripts
This commit is part of merge request !104. Comments created here will be created in the context of that merge request.
...@@ -2,6 +2,7 @@ tracking_detectors:sim_track_hits: ...@@ -2,6 +2,7 @@ tracking_detectors:sim_track_hits:
extends: .det_benchmark extends: .det_benchmark
stage: simulate stage: simulate
script: script:
- compile_analyses.py tracking_detectors
- bash benchmarks/tracking_detectors/track_hits.sh --sim-only - bash benchmarks/tracking_detectors/track_hits.sh --sim-only
tracking_detectors:plot_hits: tracking_detectors:plot_hits:
......
...@@ -99,7 +99,7 @@ if [ -z "${SIM_ONLY}" ] ; then ...@@ -99,7 +99,7 @@ if [ -z "${SIM_ONLY}" ] ; then
mkdir -p results/tracking_detectors mkdir -p results/tracking_detectors
rootls -t ${JUGGLER_SIM_FILE} rootls -t ${JUGGLER_SIM_FILE}
root -b -q "benchmarks/tracking_detectors/scripts/sim_track_hits.cxx(\"${JUGGLER_SIM_FILE}\")" root -b -q "benchmarks/tracking_detectors/analysis/sim_track_hits.cxx+(\"${JUGGLER_SIM_FILE}\")"
if [[ "$?" -ne "0" ]] ; then if [[ "$?" -ne "0" ]] ; then
echo "ERROR running root script" echo "ERROR running root script"
exit 1 exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment