Ignore:
Timestamp:
05/05/14 09:53:31 (10 years ago)
Author:
tbretz
Message:
Get rid of a few compiler warnings about obsolete const qualifiers.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mcalib/MCalibrationCam.cc

    r9374 r17783  
    354354// the area index exceeds the initialized array.
    355355//
    356 const Int_t MCalibrationCam::GetNumUnsuitable( const Int_t  aidx ) const
     356Int_t MCalibrationCam::GetNumUnsuitable( const Int_t  aidx ) const
    357357{
    358358  if (aidx < 0)
     
    372372// the area index exceeds the initialized array.
    373373//
    374 const Int_t MCalibrationCam::GetNumUnreliable( const Int_t  aidx ) const
     374Int_t MCalibrationCam::GetNumUnreliable( const Int_t  aidx ) const
    375375{
    376376  if (aidx < 0)
     
    390390// the area index exceeds the initialized array.
    391391//
    392 const Float_t MCalibrationCam::GetNumHiGainFADCSlices( const Int_t  aidx ) const
     392Float_t MCalibrationCam::GetNumHiGainFADCSlices( const Int_t  aidx ) const
    393393{
    394394  if (aidx < 0)
     
    403403// the area index exceeds the initialized array.
    404404//
    405 const Float_t MCalibrationCam::GetNumLoGainFADCSlices( const Int_t  aidx ) const
     405Float_t MCalibrationCam::GetNumLoGainFADCSlices( const Int_t  aidx ) const
    406406{
    407407  if (aidx < 0)
     
    418418// independently if the MCalibrationPix is filled with values or not.
    419419//
    420 const Int_t MCalibrationCam::GetAverageAreas() const
     420Int_t MCalibrationCam::GetAverageAreas() const
    421421{
    422422  return fAverageAreas->GetSize();
     
    428428// independently if the MCalibrationPix is filled with values or not.
    429429//
    430 const Int_t MCalibrationCam::GetAverageSectors() const
     430Int_t MCalibrationCam::GetAverageSectors() const
    431431{
    432432  return fAverageSectors->GetSize();
     
    457457// independently if the MCalibrationPix is filled with values or not.
    458458//
    459 const Int_t MCalibrationCam::GetSize() const
     459Int_t MCalibrationCam::GetSize() const
    460460{
    461461  return fPixels->GetSize();
Note: See TracChangeset for help on using the changeset viewer.