Changeset 3694 for trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc
- Timestamp:
- 04/09/04 13:33:02 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc
r3678 r3694 212 212 // independently if the MCalibrationPix is filled with values or not. 213 213 // 214 Int_t MCalibrationCam::GetSize() const214 const Int_t MCalibrationCam::GetSize() const 215 215 { 216 216 return fPixels->GetEntriesFast(); … … 222 222 // independently if the MCalibrationPix is filled with values or not. 223 223 // 224 Int_t MCalibrationCam::GetAverageAreas() const224 const Int_t MCalibrationCam::GetAverageAreas() const 225 225 { 226 226 return fAverageAreas->GetEntriesFast(); … … 232 232 // independently if the MCalibrationPix is filled with values or not. 233 233 // 234 Int_t MCalibrationCam::GetAverageSectors() const234 const Int_t MCalibrationCam::GetAverageSectors() const 235 235 { 236 236 return fAverageSectors->GetEntriesFast();
Note:
See TracChangeset
for help on using the changeset viewer.