Index: trunk/MagicSoft/Mars/mcalib/MHGausEvents.h
===================================================================
--- trunk/MagicSoft/Mars/mcalib/MHGausEvents.h	(revision 3639)
+++ trunk/MagicSoft/Mars/mcalib/MHGausEvents.h	(revision 3640)
@@ -36,9 +36,4 @@
   TGraph  *fGraphPowerSpectrum;        //! TGraph to display the power spectrum array (will not be cloned!!)
 
-  Double_t fMean;                      //  Mean of the Gauss fit
-  Double_t fSigma;                     //  Sigma of the Gauss fit
-  Double_t fMeanErr;                   //  Error of the mean of the Gauss fit
-  Double_t fSigmaErr;                  //  Error of the sigma of the Gauss fit
-  Double_t fProb;                      //  Probability of the Gauss fit (derived from Chi-Square and NDF
 
   enum { kGausFitOK, kExpFitOK, kFourierSpectrumOK,
@@ -50,4 +45,10 @@
 
 protected:
+
+  Double_t fMean;                      // Mean of the Gauss fit
+  Double_t fSigma;                     // Sigma of the Gauss fit
+  Double_t fMeanErr;                   // Error of the mean of the Gauss fit
+  Double_t fSigmaErr;                  // Error of the sigma of the Gauss fit
+  Double_t fProb;                      // Probability of the Gauss fit 
 
   Int_t   fNbins;                      // Number histogram bins for fHGausHist (used by InitBins())
@@ -76,5 +77,5 @@
   void  SetBinsAfterStripping   ( const Int_t nbins=fgBinsAfterStripping   ) { fBinsAfterStripping   = nbins;  }
 
-public:
+ public:
 
   MHGausEvents(const char* name=NULL, const char* title=NULL);
@@ -174,5 +175,7 @@
   
   // Miscelleaneous
-  virtual void ChangeHistId(Int_t id);   // Changes names and titles of the histogram
+  virtual void ChangeHistId(const Int_t id);   // Changes names and titles of the histogram
+  virtual void Renorm();                    // Re-normalize the results 
+  
   void CreateFourierSpectrum();             // Create the fourier spectrum out of fEvents
   void CreateGraphEvents();                 // Create the TGraph fGraphEvents of fEvents 
