Skip to content
Snippets Groups Projects
Commit 9e37e1ac authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: dis/gen.sh

parent 7bde2666
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@ if [[ "$?" -ne "0" ]] ; then
fi
echo "done"
pwd
ls -lrth
./pythia_dis dis.hepmc
if [[ "$?" -ne "0" ]] ; then
......@@ -57,7 +58,7 @@ fi
## =============================================================================
## Step 2: finalize
echo "Moving event generator output into ${DATA_PATH}"
mv .local/${JUGGLER_FILE_NAME_TAG}.hepmc ${DATA_PATH}/${JUGGLER_FILE_NAME_TAG}.hepmc
#mv .local/${JUGGLER_FILE_NAME_TAG}.hepmc ${DATA_PATH}/${JUGGLER_FILE_NAME_TAG}.hepmc
## =============================================================================
## All done!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment