From 9e37e1ac8e9fedee02188c1b585ed531e22ab204 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Mon, 11 Jan 2021 13:36:49 -0600 Subject: [PATCH] modified: dis/gen.sh --- dis/gen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dis/gen.sh b/dis/gen.sh index a5510c69..e56e4edd 100644 --- a/dis/gen.sh +++ b/dis/gen.sh @@ -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! -- GitLab