Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3294)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3295)
@@ -57,4 +57,5 @@
    * mcalib/MHGausEvents.[h,cc]
      - add possibility to set fit ranges in call to FitGaus
+     - make function CreateXaxis protected 
 
 
Index: /trunk/MagicSoft/Mars/mcalib/MHGausEvents.h
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MHGausEvents.h	(revision 3294)
+++ /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:
 
