Index: trunk/FACT++/src/ratescan.cc
===================================================================
--- trunk/FACT++/src/ratescan.cc	(revision 12310)
+++ trunk/FACT++/src/ratescan.cc	(revision 12311)
@@ -176,5 +176,5 @@
 
             // FIXME:
-            reference *= sdata.fElapsedTime;
+            reference *= sdata.fElapsedTime*10;
 
             if ((reference==0 || sqrt(reference)>fResolution*reference) && fSeconds<fSecondsMax)
@@ -200,15 +200,12 @@
                 data[i+4] = fRateBoard[i]/fSeconds;
             for (int i=0; i<160; i++)
-                data[i+4] = fRatePatch[i]/fSeconds;
+                data[i+44] = fRatePatch[i]/fSeconds;
 
             ostringstream sout1, sout2, sout3;
 
-            sout1 << th << " ";
-            sout1 << data[3] << " ";
-            for (int i=0; i<40; i++)
-                sout2 << data[i+4] << " ";
-            for (int i=0; i<160; i++)
-                sout2 << data[i+44] << " ";
-            sout3 << data[1] << " " << data[2];
+            sout1 << th << " " << data[3];
+            for (int i=0; i<200; i++)
+                sout2 << " " << data[i+4];
+            sout3 << " " << data[1] << " " << data[2];
 
             Info(sout1.str());
