From: Samir Amar-Youcef Date: Fri, 16 Jan 2015 13:31:15 +0000 (+0100) Subject: small changes X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=dd2939447764de85c36b3730faae3df8dd4c7dcb;p=mvd_soft.git small changes --- diff --git a/s-curves/analysis_gui/GUI/runana.sh b/s-curves/analysis_gui/GUI/runana.sh index 231f3be..095854b 100755 --- a/s-curves/analysis_gui/GUI/runana.sh +++ b/s-curves/analysis_gui/GUI/runana.sh @@ -1,7 +1,7 @@ echo "Input: $1" # echo "Mode: $2" rndmpxl=`pwd`/rndmpxl.ini -time . ../ANA/Mi26Ana $1 $rndmpxl $2 $3 $4 $5 +time ../ANA/Mi26Ana $1 $rndmpxl $2 $3 $4 $5 # echo "Finished!" # # echo "./Mi26Ana $1 $rndmpxl $2 $3 $4 $5" diff --git a/s-curves/analysis_gui/readme.txt b/s-curves/analysis_gui/readme.txt index 3af75f1..6c005ce 100644 --- a/s-curves/analysis_gui/readme.txt +++ b/s-curves/analysis_gui/readme.txt @@ -4,6 +4,6 @@ - GUI - Unpacker (note: there are 2 different unpacker available) -2. Un-/comment the part in GUI/runana.sh according to which unpacker you choose +2. Un-/comment the part in GUI/run.sh according to which unpacker you choose 3. To run the analysis GUI, you have to make ROOT available in the console first \ No newline at end of file