Skip to content
Snippets Groups Projects
Commit 1db9e777 authored by Kong Tu's avatar Kong Tu
Browse files

comment out sim step for only unburnedbatch_6 due to the change in juggler

parent c5753d92
Branches
No related tags found
1 merge request!100Draft: Diffractive phi benchmark development
...@@ -59,18 +59,18 @@ PLOT_TAG=${CONFIG} ...@@ -59,18 +59,18 @@ PLOT_TAG=${CONFIG}
## ============================================================================= ## =============================================================================
## Step 2: Run the simulation ## Step 2: Run the simulation
echo "Running Geant4 simulation" # echo "Running Geant4 simulation"
npsim --runType batch \ # npsim --runType batch \
--part.minimalKineticEnergy 1000*GeV \ # --part.minimalKineticEnergy 1000*GeV \
-v INFO \ # -v INFO \
--numberOfEvents ${JUGGLER_N_EVENTS} \ # --numberOfEvents ${JUGGLER_N_EVENTS} \
--compactFile ${DETECTOR_PATH}/${JUGGLER_DETECTOR}.xml \ # --compactFile ${DETECTOR_PATH}/${JUGGLER_DETECTOR}.xml \
--inputFiles ${GEN_FILE} \ # --inputFiles ${GEN_FILE} \
--outputFile ${SIM_FILE} # --outputFile ${SIM_FILE}
if [ "$?" -ne "0" ] ; then # if [ "$?" -ne "0" ] ; then
echo "ERROR running npsim" # echo "ERROR running npsim"
exit 1 # exit 1
fi # fi
## ============================================================================= ## =============================================================================
## Step 3: Run digitization & reconstruction ## Step 3: Run digitization & reconstruction
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment