Index: trunk/MagicSoft/Mars/datacenter/macros/fillganymed.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/fillganymed.C	(revision 7331)
+++ trunk/MagicSoft/Mars/datacenter/macros/fillganymed.C	(revision 7332)
@@ -140,10 +140,10 @@
 
     cout << "Dataset #" << ds << endl;
-    cout << "  Excess     Events:  " << exc << endl;
-    cout << "  Background Events:  " << bgd << endl;
-    cout << "  Signal     Events:  " << sig << endl;
-    cout << "  Significance:       " << signif   << endl;
-    cout << "  Scale Factor:       " << scale   << endl;
-    cout << "  Total eff. on-time: " << tm << "s = " << tm/3600. << "h" << endl;
+    cout << "  Excess     Events:  " << exc    << endl;
+    cout << "  Background Events:  " << bgd    << endl;
+    cout << "  Signal     Events:  " << sig    << endl;
+    cout << "  Significance:       " << signif << endl;
+    cout << "  Scale Factor:       " << scale  << endl;
+    cout << "  Total eff. on-time: " << tm     << "s = " << tm/3600. << "h" << endl;
 
 //    cout << "  Excess       Rate:  " << exc*60/tm << " evts/min"  << endl;
@@ -162,11 +162,7 @@
                      " fSignificance=%s, "
                      " fScaleFactor=%s, "
-                     " fEffOnTime=%d ", //, "
-//                     " fExcessRate=%f, "
-//                     " fBackgroundRate=%f, "
-//                     " fSignificanceRate=%f ",
-                     ds, exc, bgd, sig, signif, scale, tm);//,
-//                     exc*60/tm, bgd*60/tm,
-//                     S/TMath::Sqrt(tm/3600));
+                     " fEffOnTime=%d ",
+                     ds, exc, bgd, sig,
+                     signif, scale, tm);
     }
     else
@@ -178,12 +174,8 @@
                      " fSignificance=%s, "
                      " fScaleFactor=%s, "
-                     " fEffOnTime=%d " //, "
-//                     " fExcessRate=%f, "
-//                     " fBackgroundRate=%f, "
-//                     " fSignificanceRate=%f ",
+                     " fEffOnTime=%d "
                      " WHERE fDataSetNumber=%d ",
-                     exc, bgd, sig, signif, scale, tm, ds);
-//                     exc*60/tm, bgd*60/tm,
-//                     S/TMath::Sqrt(tm/3600), ds);
+                     exc, bgd, sig, signif,
+                     scale, tm, ds);
     }
 
