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

More debugging output

parent f69a58c4
No related branches found
No related tags found
1 merge request!157Benchmarks for TCS on FF reconstructed particles
......@@ -136,12 +136,16 @@ if [[ -n "${DATA_INIT}" || -n "${DO_ALL}" ]] ; then
if [[ "$?" -ne "0" ]] ; then
echo "Failed to download hepmc file"
exit 1
else
echo "Downloaded ${JUGGLER_MC_FILE}"
ls -lrtha
fi
fi
### Step 2. Run the simulation (geant4)
if [[ -n "${DO_SIM}" || -n "${DO_ALL}" ]] ; then
## run geant4 simulations
ls -lrtha
ddsim --runType batch \
--part.minimalKineticEnergy 1000*GeV \
--filter.tracker edep0 \
......@@ -153,6 +157,9 @@ if [[ -n "${DO_SIM}" || -n "${DO_ALL}" ]] ; then
if [ "$?" -ne "0" ] ; then
echo "ERROR running ddsim"
exit 1
else
echo "Simulated ${JUGGLER_SIM_FILE}"
ls -lrtha
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment