Index: trunk/MagicSoft/Mars/datacenter/macros/fillcalib.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/fillcalib.C	(revision 7087)
+++ trunk/MagicSoft/Mars/datacenter/macros/fillcalib.C	(revision 7089)
@@ -207,8 +207,8 @@
     Stat_t meanconvi = c->GetMeanSectors(TArrayI(6, s0), inner);
     Stat_t meanconvo = c->GetMeanSectors(TArrayI(6, s0), outer);
-    meanconvi = TMath::Nint(meanconvi*100)/100.;
-    meanconvo = TMath::Nint(meanconvo*100)/100.;
-    TString meanconvinner=Form("%6.2f", meanconvi);
-    TString meanconvouter=Form("%6.2f", meanconvo);
+    meanconvi = TMath::Nint(meanconvi*1000)/1000.;
+    meanconvo = TMath::Nint(meanconvo*1000)/1000.;
+    TString meanconvinner=Form("%6.3f", meanconvi);
+    TString meanconvouter=Form("%6.3f", 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("%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;
+    cout << "  Arr Time inner:    " << meaninner << " +- " << rmsinner  << endl;
+    cout << "  Arr Time outer:    " << meanouter << " +- " << rmsouter  << endl;
+    cout << "  Mean Conv inner:   " << meanconvinner << endl;
+    cout << "  Mean Conv outer:   " << meanconvouter << endl;
 
     TString query;
Index: trunk/MagicSoft/Mars/datacenter/macros/setupdb.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/setupdb.C	(revision 7087)
+++ trunk/MagicSoft/Mars/datacenter/macros/setupdb.C	(revision 7089)
@@ -520,6 +520,6 @@
          "  fArrTimeMeanOuter   FLOAT(5,1)            NOT NULL,"
          "  fArrTimeRmsOuter    FLOAT(5,1)            NOT NULL,"
-         "  fConvFactorInner    FLOAT(6,2)            NOT NULL,"
-         "  fConvFactorOuter    FLOAT(6,2)            NOT NULL,"
+         "  fConvFactorInner    FLOAT(6,3)            NOT NULL,"
+         "  fConvFactorOuter    FLOAT(6,3)            NOT NULL,"
          "  fLastUpdate         TIMESTAMP"
          ")"));
