Skip to content
Snippets Groups Projects
Commit 746533d0 authored by Fernando Torales Acosta's avatar Fernando Torales Acosta
Browse files

added EIC_DIR variable

parent d4ca2805
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
print_env.sh
EIC_DIR=../
#example hardcoded path for batch-scripting
# EIC_DIR=/p/lustre2/ftorales/generate_data/eic/
function print_the_help {
echo "USAGE: ${0} -n <nevents> -t <nametag> -p <particle> "
echo " OPTIONS: "
......@@ -88,7 +92,7 @@ echo "DETECTOR_PATH = ${DETECTOR_PATH}"
echo "JUGGLER_DETECTOR = ${JUGGLER_DETECTOR}"
# Generate the input events
python benchmarks/imaging_ecal/scripts/gen_particles.py ${JUGGLER_GEN_FILE} -n ${JUGGLER_N_EVENTS}\
python $EIC_DIR/reconstruction_benchmarks/benchmarks/imaging_ecal/scripts/gen_particles.py ${JUGGLER_GEN_FILE} -n ${JUGGLER_N_EVENTS}\
--angmin 5.0 --angmax 40.0 --phmin 0.0 --phmax 360.0 --pmin ${FULL_CAL_PMIN} --pmax ${FULL_CAL_PMAX}\
--particles="${particle}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment