Skip to content
Snippets Groups Projects

Pythia DIS

Merged Whitney Armstrong requested to merge dis_pythia into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -47,6 +47,7 @@ if [[ "$?" -ne "0" ]] ; then
@@ -47,6 +47,7 @@ if [[ "$?" -ne "0" ]] ; then
fi
fi
echo "done"
echo "done"
pwd
pwd
 
ls -lrth
./pythia_dis dis.hepmc
./pythia_dis dis.hepmc
if [[ "$?" -ne "0" ]] ; then
if [[ "$?" -ne "0" ]] ; then
@@ -57,7 +58,7 @@ fi
@@ -57,7 +58,7 @@ fi
## =============================================================================
## =============================================================================
## Step 2: finalize
## Step 2: finalize
echo "Moving event generator output into ${DATA_PATH}"
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!
## All done!
Loading