Index: trunk/MagicSoft/Mars/mcalib/MHGausEvents.h
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MHGausEvents.h	(revision 3293)
+++ trunk/MagicSoft/Mars/mcalib/MHGausEvents.h	(revision 3295)
@@ -35,6 +35,4 @@
   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
-
   Double_t fMean;                      //   Mean of the Gauss fit
   Double_t fSigma;                     //   Sigma of the Gauss fit
@@ -67,4 +65,6 @@
   void DrawPowerSpectrum(TVirtualPad &pad, Int_t i);  // Draw a graph of the array fPowerSpectrum and the hist fHPowerProbability
   
+  Float_t *CreateXaxis(Int_t n);      //   Create an x-axis for the TGraphs
+
 public:
 
