Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3262)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3263)
@@ -12,4 +12,11 @@
      - fMaxNumEmpty changed from absolute number to relative number of 
        pixels
+
+
+   * mcalib/MHGausEvents.h
+
+     - remove the "->" from the pointers which are initialized only 
+       in certain cases. The streamer did not work in case that 
+       MFGausFit was left at the NULL pointer.
 
 
Index: trunk/MagicSoft/Mars/mcalib/MHGausEvents.h
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MHGausEvents.h	(revision 3262)
+++ trunk/MagicSoft/Mars/mcalib/MHGausEvents.h	(revision 3263)
@@ -31,13 +31,12 @@
   Float_t  fEventFrequency;            // The event frequency in Hertz (to be set)
   
-  TF1     *fFGausFit;                  //-> Gauss fit for fHGausHist
-  TF1     *fFExpFit;                   //-> Exponential fit for FHPowerProbability
+  TF1     *fFGausFit;                  // Gauss fit for fHGausHist
+  TF1     *fFExpFit;                   // Exponential fit for FHPowerProbability
   
-  TH1I    *fHPowerProbability;         //-> Fourier transform of fEvents projected on y-axis
-  
-  TArrayF *fPowerSpectrum;             //-> Fourier transform of fEvents
+  TH1I    *fHPowerProbability;         // Fourier transform of fEvents projected on y-axis
+  TArrayF *fPowerSpectrum;             // Fourier transform of fEvents
 
-  TGraph  *fGraphEvents;               //!  TGraph to display the event array (will not be cloned!!)
-  TGraph  *fGraphPowerSpectrum;        //!  TGraph to display the power spectrum array (will not be cloned!!)
+  TGraph  *fGraphEvents;               //! TGraph to display the event array (will not be cloned!!)
+  TGraph  *fGraphPowerSpectrum;        //! TGraph to display the power spectrum array (will not be cloned!!)
 
   Float_t *CreateXaxis(Int_t n);       //   Create an x-axis for the TGraphs
