Skip to content

Commit

Permalink
Update setup.config
Browse files Browse the repository at this point in the history
  • Loading branch information
zsweger authored May 17, 2024
1 parent f46baff commit f6f2d81
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions benchmarks/u_rho/setup.config
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
#!/bin/bash
source strict-mode.sh

USE_SIMULATION_CAMPAIGN=false

if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
export JUGGLER_N_EVENTS=5
fi

export JUGGLER_IN_FILE="benchmark_output/rho_10x100_uChannel_Q2of0to10_hiDiv.hepmc3.tree.root"
export JUGGLER_OUT_FILE="benchmark_output/rho_10x100_uChannel_Q2of0to10_hiDiv.hepmc3.tree.detectorsim.root"

0 comments on commit f6f2d81

Please sign in to comment.