Index: trunk/DataCheck/Setup/setup.fact.wue
===================================================================
--- trunk/DataCheck/Setup/setup.fact.wue	(revision 15561)
+++ trunk/DataCheck/Setup/setup.fact.wue	(revision 15562)
@@ -4,5 +4,5 @@
 # and setups are defined
 #
-# This setup file is for the machines on the FACT cluster at ISDC
+# This setup file is for the machines in Wuerzburg
 #
 
@@ -12,34 +12,29 @@
 
 # setup to use ROOT
-rootsys=/opt/root_v5.32.02
-if ! export | grep ROOTSYS | grep $rootsys  >|/dev/null
-then
-   export ROOTSYS=$rootsys
-   export PATH=$PATH:$ROOTSYS/bin
-   export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ROOTSYS/lib
-fi
+root=/opt/root_v5.34.06/bin/thisroot.sh
+source $root
 
 # software versions
 export factpath=/opt/FACT++
-export mars=~/FACT.processing/Mars.von.Thomas.2012.03.07
+export mars=~/opt/Mars
 
 # site
-processingsite=isdc
-sitekey=4 
-storagesite=isdc
+processingsite=wue
+sitekey=1
+storagesite=wue
 
 # queuing system
 queuesys=sge
-sgepath=/usr/bin
+sgepath=/opt/sge/bin/lx-amd64/
 
 # logging and setup
-logpath=/fact_tmp/datacenter/autologs
-lockpath=fact_tmp/datacenter/locks
+logpath=/home/fact/logs.automatic.processing/autologs
+lockpath=/home/fact/logs.automatic.processing/locks
 
 # data paths 
-datapath=/fact_tmp/data
-seqpath=/fact_tmp/sequences
-auxdata=/fact_tmp/aux
-rawdata=/fact_tmp/raw
+datapath=/fact/data
+seqpath=/fact/sequences
+auxdata=/fact/aux
+rawdata=/fact/raw
 rawdata_for_sed=$(printf "%s\n" "$rawdata" | sed 's/[][\.*^$(){}?+|/]/\\&/g')
 
