Index: trunk/MagicSoft/Mars/mhist/MHMcEnergy.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHMcEnergy.cc	(revision 861)
+++ trunk/MagicSoft/Mars/mhist/MHMcEnergy.cc	(revision 863)
@@ -27,5 +27,5 @@
 //  MHMcEnergy
 //
-// This class holds the information ( histogram and fit function )  
+// This class holds the information (histogram and fit function)
 // about the energy threshold for a particular trigger condition.
 //
@@ -135,7 +135,7 @@
 // Set the number of bins in the histogran.
 //
-void MHMcEnergy::SetBins(Int_t nbins)
+void MHMcEnergy::SetNumBins(Int_t nbins)
 {
-  hLogEner->SetBins(nbins,0.5,4.5);
+    hLogEner->SetBins(nbins, 0.5, 4.5);
 }
 // --------------------------------------------------------------------------
@@ -191,5 +191,2 @@
 }
 
-
-
-
Index: trunk/MagicSoft/Mars/mhist/MHMcEnergy.h
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHMcEnergy.h	(revision 861)
+++ trunk/MagicSoft/Mars/mhist/MHMcEnergy.h	(revision 863)
@@ -32,5 +32,5 @@
     void Fill(Float_t log10E, Float_t w);
     void Fit(Axis_t xxmin, Axis_t xxmax);
-    void SetBins(Int_t nbins = 100);
+    void SetNumBins(Int_t nbins = 100);
 
     void Draw(Option_t* option = "");
