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

Try to find the wrong events

parent ebf13ee9
No related branches found
No related tags found
1 merge request!100Draft: Diffractive phi benchmark development
...@@ -62,8 +62,10 @@ PLOT_TAG=${CONFIG} ...@@ -62,8 +62,10 @@ PLOT_TAG=${CONFIG}
echo "Running Geant4 simulation" echo "Running Geant4 simulation"
npsim --runType batch \ npsim --runType batch \
--part.minimalKineticEnergy 1000*GeV \ --part.minimalKineticEnergy 1000*GeV \
-v WARNING \ -v INFO \
--skipNEvents 3000 \
--numberOfEvents ${JUGGLER_N_EVENTS} \ --numberOfEvents ${JUGGLER_N_EVENTS} \
--output.part DEBUG \
--compactFile ${DETECTOR_PATH}/${JUGGLER_DETECTOR}.xml \ --compactFile ${DETECTOR_PATH}/${JUGGLER_DETECTOR}.xml \
--inputFiles ${GEN_FILE} \ --inputFiles ${GEN_FILE} \
--outputFile ${SIM_FILE} --outputFile ${SIM_FILE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment