Ignore:
Timestamp:
04/09/04 13:33:02 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3678 r3694  
    212212// independently if the MCalibrationPix is filled with values or not.
    213213//
    214 Int_t MCalibrationCam::GetSize() const
     214const Int_t MCalibrationCam::GetSize() const
    215215{
    216216  return fPixels->GetEntriesFast();
     
    222222// independently if the MCalibrationPix is filled with values or not.
    223223//
    224 Int_t MCalibrationCam::GetAverageAreas() const
     224const Int_t MCalibrationCam::GetAverageAreas() const
    225225{
    226226  return fAverageAreas->GetEntriesFast();
     
    232232// independently if the MCalibrationPix is filled with values or not.
    233233//
    234 Int_t MCalibrationCam::GetAverageSectors() const
     234const Int_t MCalibrationCam::GetAverageSectors() const
    235235{
    236236  return fAverageSectors->GetEntriesFast();
Note: See TracChangeset for help on using the changeset viewer.