Index: trunk/MagicSoft/Mars/mcalib/MHGausEvents.h
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MHGausEvents.h	(revision 3260)
+++ 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
