Changeset 17065 for trunk/Mars/mpedestal


Ignore:
Timestamp:
09/03/13 20:08:40 (11 years ago)
Author:
tbretz
Message:
Removed obsolete const qualifiers
File:
1 edited

Legend:

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

    r8795 r17065  
    4141        MPedestalPix &GetAverageArea   ( UInt_t i );
    4242  const MPedestalPix &GetAverageArea   ( UInt_t i )            const;
    43   const Int_t         GetNumAverageArea()                      const;
     43        Int_t         GetNumAverageArea()                      const;
    4444        MPedestalPix &GetAverageSector ( UInt_t i );
    4545  const MPedestalPix &GetAverageSector ( UInt_t i )            const;
    46   const Int_t         GetNumAverageSector()                    const;
     46        Int_t         GetNumAverageSector()                    const;
    4747  //Float_t             GetPedestalMin   ( const MGeomCam *cam ) const;
    4848  //Float_t             GetPedestalMax   ( const MGeomCam *cam ) const;
Note: See TracChangeset for help on using the changeset viewer.