Index: trunk/DataCheck/DataCheck/PlotRatescans.sh
===================================================================
--- trunk/DataCheck/DataCheck/PlotRatescans.sh	(revision 15518)
+++ trunk/DataCheck/DataCheck/PlotRatescans.sh	(revision 15519)
@@ -20,10 +20,10 @@
 fi
 
+# for testing only
+anapath=/daq/analysis
+
+mars=/home/fact/SW.automatic.processing/Mars.svn.2013.04.29
 cd $mars
 
-# for testing only
-anapath=/daq/analysis
-# use macro from different mars version until versions are sorted out
-mars2=/home/fact/SW.automatic.processing/Mars.svn.2013.04.12
 
 for date in ${dates[@]}
@@ -32,6 +32,6 @@
    makedir $outpath
    date2=`echo $date | sed -e 's/\///g'`
-   echo "root -q -b $mars2/fact/plots/plotratescan.C\("\"$date2\""\) | tee $logfile | intgrep"
-   check1=`root -q -b $mars2/fact/plots/plotratescan.C\("\"$date2\""\) | tee $logfile | intgrep`
+   echo "root -q -b fact/plots/plotratescan.C\("\"$date2\""\) | tee $logfile | intgrep"
+   check1=`root -q -b fact/plots/plotratescan.C\("\"$date2\""\) | tee $logfile | intgrep`
    
    case $check1 in
