Changeset 17065 for trunk/Mars/mpedestal
- Timestamp:
- 09/03/13 20:08:40 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mpedestal/MPedestalCam.h
r8795 r17065 41 41 MPedestalPix &GetAverageArea ( UInt_t i ); 42 42 const MPedestalPix &GetAverageArea ( UInt_t i ) const; 43 constInt_t GetNumAverageArea() const;43 Int_t GetNumAverageArea() const; 44 44 MPedestalPix &GetAverageSector ( UInt_t i ); 45 45 const MPedestalPix &GetAverageSector ( UInt_t i ) const; 46 constInt_t GetNumAverageSector() const;46 Int_t GetNumAverageSector() const; 47 47 //Float_t GetPedestalMin ( const MGeomCam *cam ) const; 48 48 //Float_t GetPedestalMax ( const MGeomCam *cam ) const;
Note:
See TracChangeset
for help on using the changeset viewer.