Index: trunk/MagicSoft/Mars/datacenter/macros/fillganymed.C
===================================================================
--- trunk/MagicSoft/Mars/datacenter/macros/fillganymed.C	(revision 7329)
+++ trunk/MagicSoft/Mars/datacenter/macros/fillganymed.C	(revision 7330)
@@ -143,6 +143,6 @@
     cout << "  Background Events:  " << bgd << endl;
     cout << "  Signal     Events:  " << sig << endl;
-    cout << "  Significance:       " << S   << endl;
-    cout << "  Scale Factor:       " << f   << endl;
+    cout << "  Significance:       " << signif   << endl;
+    cout << "  Scale Factor:       " << scale   << endl;
     cout << "  Total eff. on-time: " << tm << "s = " << tm/3600. << "h" << endl;
 
@@ -166,5 +166,5 @@
 //                     " fBackgroundRate=%f, "
 //                     " fSignificanceRate=%f ",
-                     ds, exc, bgd, sig, S, f, tm);//,
+                     ds, exc, bgd, sig, signif, scale, tm);//,
 //                     exc*60/tm, bgd*60/tm,
 //                     S/TMath::Sqrt(tm/3600));
@@ -183,5 +183,5 @@
 //                     " fSignificanceRate=%f ",
                      " WHERE fDataSetNumber=%d ",
-                     exc, bgd, sig, S, f, tm, ds);
+                     exc, bgd, sig, signif, scale, tm, ds);
 //                     exc*60/tm, bgd*60/tm,
 //                     S/TMath::Sqrt(tm/3600), ds);
