Changeset 3731 for trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.cc
- Timestamp:
- 04/14/04 14:53:17 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.cc
r3723 r3731 172 172 // -------------------------------------------------------------------------- 173 173 // 174 // Returns the current size of the TObjArray fAverageHiGainAreas 175 // independently if the MHGausEvents is filled with values or not. 176 // 177 const Int_t MHCalibrationCam::GetAverageAreas() const 178 { 179 return fAverageHiGainAreas->GetEntries(); 180 } 181 182 // -------------------------------------------------------------------------- 183 // 174 184 // Get i-th High Gain pixel Area (area number) 175 185 // … … 204 214 { 205 215 return *static_cast<MHGausEvents*>(fAverageLoGainAreas->UncheckedAt(i)); 216 } 217 218 // -------------------------------------------------------------------------- 219 // 220 // Returns the current size of the TObjArray fAverageHiGainSectors 221 // independently if the MHGausEvents is filled with values or not. 222 // 223 const Int_t MHCalibrationCam::GetAverageSectors() const 224 { 225 return fAverageHiGainSectors->GetEntries(); 206 226 } 207 227
Note:
See TracChangeset
for help on using the changeset viewer.