Skip to content

Commit

Permalink
Merge pull request #11 from JeffersonLab/develop
Browse files Browse the repository at this point in the history
Minor bug fix.
  • Loading branch information
sjdkay authored Jun 1, 2023
2 parents 835e48e + 1ca4b93 commit 6a5d6d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Process_EIC.csh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ sleep 5
# Filename as it's created is a bit odd, so rename it
set OriginalOutput = 'eic_input_DEMPGen_'$EBeamE'on'$HBeamE'_'$InteractionPoint'_'$Particle$Hadron'_'$NumEvents'_'$FileNum'.dat'
set RenamedOutput = 'eic_DEMPGen_'$EBeamE'on'$HBeamE'_'$InteractionPoint'_'$Particle$Hadron'_'$NumEvents'_'$FileNum'.dat'
mv "LundFiles/"$OriginalOutput "LundFiles/"$RenamedOutput
mv "OutputFiles/"$OriginalOutput "OutputFiles/"$RenamedOutput

rm -rf ../$ConfigFilename
4 changes: 2 additions & 2 deletions Process_EIC_iFarm.csh
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ eval $DEMPGENPath/build/DEMPgen $ConfigFilename
sleep 5

# Filename as it's created is a bit odd, so rename it
set OriginalOutput = $DEMPGENPath'/data/LundFiles/eic_input_DEMPGen_'$EBeamE'on'$HBeamE'_'$InteractionPoint'_'$Particle$Hadron'_'$NumEvents'_'$FileNum'.dat'
set RenamedOutput = $DEMPGENPath'/data/LundFiles/eic_DEMPGen_'$EBeamE'on'$HBeamE'_'$InteractionPoint'_'$Particle$Hadron'_'$NumEvents'_'$FileNum'.dat'
set OriginalOutput = $DEMPGENPath'/data/OutputFiles/eic_input_DEMPGen_'$EBeamE'on'$HBeamE'_'$InteractionPoint'_'$Particle$Hadron'_'$NumEvents'_'$FileNum'.dat'
set RenamedOutput = $DEMPGENPath'/data/OutputFiles/eic_DEMPGen_'$EBeamE'on'$HBeamE'_'$InteractionPoint'_'$Particle$Hadron'_'$NumEvents'_'$FileNum'.dat'

mv $OriginalOutput $RenamedOutput

Expand Down

0 comments on commit 6a5d6d1

Please sign in to comment.