]> jspc29.x-matter.uni-frankfurt.de Git - mvd_soft.git/commitdiff
add readme file
authorSamir Amar-Youcef <samir@ikf>
Fri, 19 Dec 2014 12:59:30 +0000 (13:59 +0100)
committerSamir Amar-Youcef <samir@ikf>
Fri, 19 Dec 2014 12:59:30 +0000 (13:59 +0100)
s-curves/analysis_gui/GUI/run.sh
s-curves/analysis_gui/GUI/runana.sh
s-curves/analysis_gui/readme.txt [new file with mode: 0644]

index 3173fa5d4f5a4041ba02f7d128128a21f6e1c160..49ecc6202455fde914e66a8dfabf7df56928f7ae 100755 (executable)
@@ -1,11 +1,16 @@
-# export LD_LIBRARY_PATH=/d/jspc22/dabc/lib/:$LD_LIBRARY_PATH
-# echo "Input:  $1"
-# echo "Output: $4"
-# ./unpacker $1 $2 $3 $4
-# echo "Finished!"
-
+# --> Unpacker from folder: cpp_based-on-dabc-lib
 
+export LD_LIBRARY_PATH=/d/jspc22/dabc/lib/:$LD_LIBRARY_PATH
 echo "Input:  $1"
-echo "Output: $4"
-./unpackerB $1
+echo "Output: $4"
+. ../../cpp_based-on-dabc-lib/unpacker $1 $2 $3 $4
 echo "Finished!"
+
+
+
+# --> Unpacker from folder: cpp_standalone
+
+# echo "Input:  $1"
+# # echo "Output: $4"
+# . ../../cpp_standalone/unpackerB $1
+# echo "Finished!"
index feb8a1b541bb71b5472cb6b728677068710d5c41..231f3beed2c5de9058c9f0dbf8c264826605508f 100755 (executable)
@@ -1,7 +1,7 @@
 echo "Input: $1"
 # echo "Mode:   $2"
 rndmpxl=`pwd`/rndmpxl.ini
-time ./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
new file mode 100644 (file)
index 0000000..3af75f1
--- /dev/null
@@ -0,0 +1,9 @@
+
+1. Compile the code
+       - ANA
+       - GUI
+       - Unpacker (note: there are 2 different unpacker available)
+
+2. Un-/comment the part in GUI/runana.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