Skip to content
Snippets Groups Projects

Use JUGGLER_INSTALL_PREFIX to point to juggler build

Merged Whitney Armstrong requested to merge jug_prefix into master
1 file
+ 5
1
Compare changes
  • Side-by-side
  • Inline
+ 5
1
@@ -8,6 +8,10 @@ if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
@@ -8,6 +8,10 @@ if [[ ! -n "${JUGGLER_N_EVENTS}" ]] ; then
export JUGGLER_N_EVENTS=100
export JUGGLER_N_EVENTS=100
fi
fi
 
if [[ ! -n "${JUGGLER_INSTALL_PREFIX}" ]] ; then
 
export JUGGLER_INSTALL_PREFIX="/usr/local"
 
fi
 
if [[ ! -n "${E_start}" ]] ; then
if [[ ! -n "${E_start}" ]] ; then
export E_start=0.0
export E_start=0.0
fi
fi
@@ -49,7 +53,7 @@ npsim --runType batch \
@@ -49,7 +53,7 @@ npsim --runType batch \
--inputFiles ../${JUGGLER_FILE_NAME_TAG}.hepmc \
--inputFiles ../${JUGGLER_FILE_NAME_TAG}.hepmc \
--outputFile ${JUGGLER_SIM_FILE}
--outputFile ${JUGGLER_SIM_FILE}
# Need to figure out how to pass file name to juggler from the commandline
# Need to figure out how to pass file name to juggler from the commandline
xenv -x /usr/local/Juggler.xenv gaudirun.py ../ecal/options/crystal_calorimeter_reco.py
xenv -x ${JUGGLER_INSTALL_PREFIX}/Juggler.xenv gaudirun.py ../ecal/options/crystal_calorimeter_reco.py
ls -l
ls -l
popd
popd
Loading