Skip to content

Commit

Permalink
more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Britton committed Apr 17, 2017
1 parent e2630ad commit c398763
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions MCwrapper/MakeMC.csh
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,9 @@ if ( "$GENR" != "0" ) then
cp $CONFIG_FILE ./$STANDARD_NAME.conf
endif


if ( "$gen_pre" != "file" ) then
config_file_name=`basename "$CONFIG_FILE"`
set config_file_name=`basename "$CONFIG_FILE"`
echo $config_file_name
endif

Expand Down Expand Up @@ -422,7 +423,7 @@ endif

if ( "$gen_pre" != "file" ) then
mv $PWD/*.conf $OUTDIR/configurations/
fi
mv $PWD/*.hddm $OUTDIR/hddm/
endif
mv $PWD/*.hddm $OUTDIR/hddm/
# mv $PWD/*.root $OUTDIR/root/ #just in case
echo `date`

0 comments on commit c398763

Please sign in to comment.