Index: trunk/MagicSoft/Mars/manalysis/MHPedestalCam.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MHPedestalCam.cc	(revision 4934)
+++ trunk/MagicSoft/Mars/manalysis/MHPedestalCam.cc	(revision 4947)
@@ -169,8 +169,4 @@
 // - MHCalibrationCam::fAverageHiGainSectors
 // 
-// Sets number of bins to MHCalibrationCam::fAverageNbins for:
-// - MHCalibrationCam::fAverageHiGainAreas, MHCalibrationCam::fAverageLoGainAreas
-// - MHCalibrationCam::fAverageHiGainSectors, MHCalibrationCam::fAverageLoGainSectors
-//
 Bool_t MHPedestalCam::ReInitHists(MParList *pList)
 {
@@ -273,5 +269,4 @@
 
         GetAverageHiGainArea(j).GetHGausHist()->SetTitle("Pedestals average Area Idx ");
-        GetAverageHiGainArea(j).SetNbins(fAverageNbins);
 
         InitPedHists((MHPedestalPix&)GetAverageHiGainArea(j),j,fExtractHiGainSlices);
@@ -291,5 +286,4 @@
 
         GetAverageLoGainArea(j).GetHGausHist()->SetTitle("Pedestals average Area Idx ");
-        GetAverageLoGainArea(j).SetNbins(fAverageNbins);
 
         InitPedHists((MHPedestalPix&)GetAverageLoGainArea(j),j,fExtractLoGainSlices);
@@ -309,5 +303,4 @@
 
           GetAverageHiGainSector(j).GetHGausHist()->SetTitle("Pedestals average Sector ");
-          GetAverageHiGainSector(j).SetNbins(fAverageNbins);
 
           InitPedHists((MHPedestalPix&)GetAverageHiGainSector(j),j,fExtractHiGainSlices);
@@ -327,5 +320,4 @@
 
           GetAverageLoGainSector(j).GetHGausHist()->SetTitle("Pedestals average Sector ");
-          GetAverageLoGainSector(j).SetNbins(fAverageNbins);
 
           InitPedHists((MHPedestalPix&)GetAverageLoGainSector(j),j,fExtractLoGainSlices);
@@ -351,4 +343,5 @@
 void MHPedestalCam::InitPedHists(MHPedestalPix &hist, const Int_t i, const Float_t nslices)
 {
+
   hist.InitBins();
   hist.ChangeHistId(i);
