Index: trunk/Mars/mcalib/MCalibrationCam.cc
===================================================================
--- trunk/Mars/mcalib/MCalibrationCam.cc	(revision 17782)
+++ trunk/Mars/mcalib/MCalibrationCam.cc	(revision 17783)
@@ -354,5 +354,5 @@
 // the area index exceeds the initialized array.
 //
-const Int_t MCalibrationCam::GetNumUnsuitable( const Int_t  aidx ) const
+Int_t MCalibrationCam::GetNumUnsuitable( const Int_t  aidx ) const
 {
   if (aidx < 0)
@@ -372,5 +372,5 @@
 // the area index exceeds the initialized array.
 //
-const Int_t MCalibrationCam::GetNumUnreliable( const Int_t  aidx ) const
+Int_t MCalibrationCam::GetNumUnreliable( const Int_t  aidx ) const
 {
   if (aidx < 0)
@@ -390,5 +390,5 @@
 // the area index exceeds the initialized array.
 //
-const Float_t MCalibrationCam::GetNumHiGainFADCSlices( const Int_t  aidx ) const
+Float_t MCalibrationCam::GetNumHiGainFADCSlices( const Int_t  aidx ) const
 {
   if (aidx < 0)
@@ -403,5 +403,5 @@
 // the area index exceeds the initialized array.
 //
-const Float_t MCalibrationCam::GetNumLoGainFADCSlices( const Int_t  aidx ) const
+Float_t MCalibrationCam::GetNumLoGainFADCSlices( const Int_t  aidx ) const
 {
   if (aidx < 0)
@@ -418,5 +418,5 @@
 // independently if the MCalibrationPix is filled with values or not.
 //
-const Int_t MCalibrationCam::GetAverageAreas() const
+Int_t MCalibrationCam::GetAverageAreas() const
 {
   return fAverageAreas->GetSize();
@@ -428,5 +428,5 @@
 // independently if the MCalibrationPix is filled with values or not.
 //
-const Int_t MCalibrationCam::GetAverageSectors() const
+Int_t MCalibrationCam::GetAverageSectors() const
 {
   return fAverageSectors->GetSize();
@@ -457,5 +457,5 @@
 // independently if the MCalibrationPix is filled with values or not.
 //
-const Int_t MCalibrationCam::GetSize() const
+Int_t MCalibrationCam::GetSize() const
 {
   return fPixels->GetSize();
Index: trunk/Mars/mcalib/MCalibrationCam.h
===================================================================
--- trunk/Mars/mcalib/MCalibrationCam.h	(revision 17782)
+++ trunk/Mars/mcalib/MCalibrationCam.h	(revision 17783)
@@ -70,24 +70,24 @@
 
   // Getters
-  const Int_t            GetAverageAreas        ()                     const;
+        Int_t            GetAverageAreas        ()                     const;
         MCalibrationPix &GetAverageArea         ( const UInt_t i     );
   const MCalibrationPix &GetAverageArea         ( const UInt_t i     ) const;
         MBadPixelsPix   &GetAverageBadArea      ( const UInt_t i     );
   const MBadPixelsPix   &GetAverageBadArea      ( const UInt_t i     ) const;
-  const Int_t            GetAverageSectors      ()                     const;  
+        Int_t            GetAverageSectors      ()                     const;
         MCalibrationPix &GetAverageSector       ( const UInt_t i     );
   const MCalibrationPix &GetAverageSector       ( const UInt_t i     ) const;  
         MBadPixelsPix   &GetAverageBadSector    ( const UInt_t i     );
   const MBadPixelsPix   &GetAverageBadSector    ( const UInt_t i     ) const;
-  const Float_t          GetNumHiGainFADCSlices ( const Int_t aidx=0 ) const;
-  const Float_t          GetNumLoGainFADCSlices ( const Int_t aidx=0 ) const;
-  const Int_t            GetNumUnsuitable       ( const Int_t aidx=-1) const;
-  const Int_t            GetNumUnreliable       ( const Int_t aidx=-1) const;
+        Float_t          GetNumHiGainFADCSlices ( const Int_t aidx=0 ) const;
+        Float_t          GetNumLoGainFADCSlices ( const Int_t aidx=0 ) const;
+        Int_t            GetNumUnsuitable       ( const Int_t aidx=-1) const;
+        Int_t            GetNumUnreliable       ( const Int_t aidx=-1) const;
 
         Bool_t           GetPixelContent        ( Double_t &val, Int_t idx, const MGeomCam &cam, 
 	                                          Int_t type=0       ) const;
-  const PulserColor_t    GetPulserColor         ()                     const { return fPulserColor; }
-  const Int_t            GetRunNumer            ()                     const { return fRunNumber;   }
-  const Int_t            GetSize                ()                     const;
+        PulserColor_t    GetPulserColor         ()                     const { return fPulserColor; }
+        Int_t            GetRunNumer            ()                     const { return fRunNumber;   }
+        Int_t            GetSize                ()                     const;
 
         MCalibrationPix &operator[]             ( UInt_t i );
