Changeset 17066 for trunk/Mars/mpedestal
- Timestamp:
- 09/03/13 20:19:55 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mpedestal/MPedestalCam.cc
r14856 r17066 202 202 // independently if the MPedestalPix is filled with values or not. 203 203 // 204 constInt_t MPedestalCam::GetNumAverageArea() const204 Int_t MPedestalCam::GetNumAverageArea() const 205 205 { 206 206 return fAverageAreas->GetEntriesFast(); … … 212 212 // independently if the MPedestalPix is filled with values or not. 213 213 // 214 constInt_t MPedestalCam::GetNumAverageSector() const214 Int_t MPedestalCam::GetNumAverageSector() const 215 215 { 216 216 return fAverageSectors->GetEntriesFast();
Note:
See TracChangeset
for help on using the changeset viewer.