Changeset 17066 for trunk/Mars/mpedestal


Ignore:
Timestamp:
09/03/13 20:19:55 (11 years ago)
Author:
tbretz
Message:
Removed obsolete const qualifier
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mpedestal/MPedestalCam.cc

    r14856 r17066  
    202202// independently if the MPedestalPix is filled with values or not.
    203203//
    204 const Int_t MPedestalCam::GetNumAverageArea() const
     204Int_t MPedestalCam::GetNumAverageArea() const
    205205{
    206206  return fAverageAreas->GetEntriesFast();
     
    212212// independently if the MPedestalPix is filled with values or not.
    213213//
    214 const Int_t MPedestalCam::GetNumAverageSector() const
     214Int_t MPedestalCam::GetNumAverageSector() const
    215215{
    216216  return fAverageSectors->GetEntriesFast();
Note: See TracChangeset for help on using the changeset viewer.