Index: trunk/MagicSoft/Mars/macros/calibration.C
===================================================================
--- trunk/MagicSoft/Mars/macros/calibration.C	(revision 5735)
+++ trunk/MagicSoft/Mars/macros/calibration.C	(revision 5737)
@@ -134,5 +134,5 @@
 // Tell if you want to store and read the F0 and F1- files
 //
-static Bool_t usestorage   = kTRUE;
+static Bool_t useStorage   = kTRUE;
 //
 // Tell which extractor you want to use. The flags are counted according 
@@ -207,5 +207,5 @@
 
   MJPedestal pedloop1;
-  pedloop1.SetNoStorage();
+  pedloop1.SetNoStorage(!useStorage);
   pedloop1.SetEnvDebug(debug);
   pedloop1.SetExtractor(extractor);
@@ -236,5 +236,5 @@
       
       pedloop2.SetUseData();
-      pedloop2.SetNoStorage();
+      pedloop2.SetNoStorage(!useStorage);
       pedloop2.SetEnvDebug(debug);
       pedloop2.SetExtractor(extractor);
@@ -267,5 +267,5 @@
     calloop.SetIntensity();
   //  calloop.SetHistsStorage();
-  calloop.SetNoStorage(!usestorage);
+  calloop.SetNoStorage(!useStorage);
   calloop.SetRelTimeCalibration(kTRUE);
   //
@@ -300,5 +300,4 @@
 
   //  return 0;
-
   //
   // The next lines are the use the Print() function and have 
