Index: trunk/MagicSoft/Mars/datacenter/macros/fillcalib.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/fillcalib.C	(revision 7084)
+++ trunk/MagicSoft/Mars/datacenter/macros/fillcalib.C	(revision 7085)
@@ -171,6 +171,6 @@
     meani = TMath::Nint(meani*10)/10.;
     rmsi  = TMath::Nint(rmsi*10)/10.;
-    TString meaninner = Form("%4.1f", meani);
-    TString rmsinner  = Form("%4.1f", rmsi);
+    TString meaninner = Form("%5.1f", meani);
+    TString rmsinner  = Form("%5.1f", rmsi);
 
 
@@ -187,6 +187,6 @@
     meano = TMath::Nint(meano*10)/10.;
     rmso  = TMath::Nint(rmso*10)/10.;
-    TString meanouter = Form("%4.1f", meano);
-    TString rmsouter  = Form("%4.1f", rmso);
+    TString meanouter = Form("%5.1f", meano);
+    TString rmsouter  = Form("%5.1f", rmso);
 
 
@@ -209,6 +209,6 @@
     meanconvi = TMath::Nint(meanconvi*10)/10.;
     meanconvo = TMath::Nint(meanconvo*10)/10.;
-    TString meanconvinner=Form("%4.1f", meanconvi);
-    TString meanconvouter=Form("%4.1f", meanconvo);
+    TString meanconvinner=Form("%6.2f", meanconvi);
+    TString meanconvouter=Form("%6.2f", meanconvo);
 
 
@@ -229,8 +229,8 @@
     cout << "  Isolated:   (i/o) " << Form("%3d %3d", (int)isoin, (int)isoout) << endl; // Isolated (unbrauchbar)
     cout << "  Max.Cluster:      " << Form("%3d", (int)clumax)                 << endl; // Max Cluster
-    cout << "  Arr Time inner:    " << Form("%4.1f +- %4.1f", meani, rmsi)      << endl;
-    cout << "  Arr Time outer:    " << Form("%4.1f +- %4.1f", meano, rmso)      << endl;
-    cout << "  Mean Conv inner:   " << Form("%4.1f", meanconvi)                 << endl;
-    cout << "  Mean Conv outer:   " << Form("%4.1f", meanconvo)                 << endl;
+    cout << "  Arr Time inner:    " << Form("%5.1f +- %5.1f", meani, rmsi)      << endl;
+    cout << "  Arr Time outer:    " << Form("%5.1f +- %5.1f", meano, rmso)      << endl;
+    cout << "  Mean Conv inner:   " << Form("%6.2f", meanconvi)                 << endl;
+    cout << "  Mean Conv outer:   " << Form("%6.2f", meanconvo)                 << endl;
 
     TString query;
Index: trunk/MagicSoft/Mars/datacenter/macros/setupdb.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/setupdb.C	(revision 7084)
+++ trunk/MagicSoft/Mars/datacenter/macros/setupdb.C	(revision 7085)
@@ -520,6 +520,6 @@
          "  fArrTimeMeanOuter   FLOAT(5,1)            NOT NULL,"
          "  fArrTimeRmsOuter    FLOAT(5,1)            NOT NULL,"
-         "  fConvFactorInner    FLOAT(5,1)            NOT NULL,"
-         "  fConvFactorOuter    FLOAT(5,1)            NOT NULL,"
+         "  fConvFactorInner    FLOAT(6,2)            NOT NULL,"
+         "  fConvFactorOuter    FLOAT(6,2)            NOT NULL,"
          "  fLastUpdate         TIMESTAMP"
          ")"));
