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

More debugging

parent 7ef28f2d
No related branches found
No related tags found
1 merge request!157Benchmarks for TCS on FF reconstructed particles
...@@ -119,11 +119,14 @@ if [[ -n "${DATA_INIT}" || -n "${DO_ALL}" ]] ; then ...@@ -119,11 +119,14 @@ if [[ -n "${DATA_INIT}" || -n "${DO_ALL}" ]] ; then
echo "Failed to download hepmc file" echo "Failed to download hepmc file"
exit 1 exit 1
fi fi
find ${TMP_PATH}
ls -al "${JUGGLER_MC_FILE}"
fi fi
### Step 2. Run the simulation (geant4) ### Step 2. Run the simulation (geant4)
if [[ -n "${DO_SIM}" || -n "${DO_ALL}" ]] ; then if [[ -n "${DO_SIM}" || -n "${DO_ALL}" ]] ; then
## run geant4 simulations ## run geant4 simulations
find ${TMP_PATH}
ls -al "${JUGGLER_MC_FILE}" ls -al "${JUGGLER_MC_FILE}"
ddsim --runType batch \ ddsim --runType batch \
--part.minimalKineticEnergy 1000*GeV \ --part.minimalKineticEnergy 1000*GeV \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment