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
......@@ -2,6 +2,7 @@ tracking_detectors:sim_track_hits:
extends: .det_benchmark
stage: simulate
script:
- compile_analyses.py tracking_detectors
- bash benchmarks/tracking_detectors/track_hits.sh --sim-only
tracking_detectors:plot_hits:
......
......@@ -99,7 +99,7 @@ if [ -z "${SIM_ONLY}" ] ; then
mkdir -p results/tracking_detectors
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
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