Skip to content

Commit

Permalink
Test detector simulation response
Browse files Browse the repository at this point in the history
  • Loading branch information
zsweger authored May 16, 2024
1 parent 9bdc0fa commit 47439f9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion benchmarks/u_rho/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,15 @@ u_channel_rho:simulate:
- if [ "$USE_SIMULATION_CAMPAIGN" = true ] ; then
- echo "Using simulation campaign so skipping this step!"
- else
- echo "Not using simulation campaign but still skipping this step!"
- echo "Running Geant4"
- ddsim --runType batch \
- --part.minimalKineticEnergy 1000*GeV \
- --filter.tracker edep0 \
- -v WARNING \
- --numberOfEvents 5 \
- --compactFile ${DETECTOR_PATH}/${DETECTOR_CONFIG}.xml \
- --inputFiles benchmark_output/rho_10x100_uChannel_Q2of0to10_hiDiv.hepmc3.tree.root \
- --outputFile benchmark_output/rho_10x100_uChannel_Q2of0to10_hiDiv.hepmc3.tree.detectorsim.root
- fi
- echo "Finished simulating detector response"
retry:
Expand Down

0 comments on commit 47439f9

Please sign in to comment.