Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 5763)
+++ trunk/MagicSoft/Mars/Changelog	(revision 5764)
@@ -32,4 +32,10 @@
      - added two new possible UnCalibrated_t flags for the hi-lo 
        calibration
+
+   * macros/calibration.C
+     - add the calls to:
+	  MArray::Class()->IgnoreTObjectStreamer();
+	  MParContainer::Class()->IgnoreTObjectStreamer();
+       in main.
 
 
Index: trunk/MagicSoft/Mars/macros/calibration.C
===================================================================
--- trunk/MagicSoft/Mars/macros/calibration.C	(revision 5763)
+++ trunk/MagicSoft/Mars/macros/calibration.C	(revision 5764)
@@ -55,4 +55,14 @@
 //
 //////////////////////////////////////////////////////////////////////////////////////////
+#include <TStyle.h>
+#include <TObject.h>
+#include <TObjectTable.h>
+#include <TCanvas.h>
+#include <TPad.h>
+#include <TH1.h>
+#include <TPaveStats.h>
+#include <TApplication.h>
+#include <TClass.h>
+
 #include "getExtractor.C"
 
@@ -71,12 +81,4 @@
 #include "MGeomCamMagic.h"
 
-#include "TStyle.h"
-#include "TObject.h"
-#include "TObjectTable.h"
-#include "TCanvas.h"
-#include "TPad.h"
-#include "TH1.h"
-#include "TPaveStats.h"
-
 using namespace std;
 
@@ -101,5 +103,5 @@
 // the default start data run 
 //
-static const Int_t   datrun1 = 39900;
+static const Int_t   datrun1 = 39000;
 //
 // the default last calibration run (if 0, only one run is taken, otherwise consecutive runs 
@@ -299,5 +301,4 @@
     return 2;
 
-  //  return 0;
   //
   // The next lines are the use the Print() function and have 
@@ -367,5 +368,5 @@
     calibloop.SetDisplay(display);
   calibloop.SetBadPixels(calloop.GetBadPixels());
-  calibloop.SetNoStorage(!usestorage);
+  calibloop.SetNoStorage(!useStorage);
   
   if (!calibloop.ProcessFile(pedloop1.GetPedestalCam(),timeandcharge ? pedloop2.GetPedestalCam() : pedloop1.GetPedestalCam(), calloop.GetCalibrationCam(),calloop.GetQECam(), calloop.GetRelTimeCam()))
@@ -475,4 +476,8 @@
 int main(int argc, char **argv)
 {
+
+
+  MArray::Class()->IgnoreTObjectStreamer();
+  MParContainer::Class()->IgnoreTObjectStreamer();
   //
   // Evaluate arguments
