- Timestamp:
- 01/27/04 19:45:53 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2928 r2930 4 4 5 5 -*-*- END OF LINE -*-*- 6 7 2004/01/27: Markus Gaug 8 9 * manalysis/MPedestalPix.cc 10 - initialize default values to 0 instead of -1. 11 12 * manalysis/MPedestalCam.[h,cc] 13 - include CheckBounds, also in operator[] 14 15 * manalysis/MCalibrationCam.[h,cc] 16 - apparently, there was a reference to InitSize(UInt_t i) instead 17 of InitSize(Int_t i), where compiler complained, now changed 18 6 19 7 20 2004/01/27: Thomas Bretz -
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.cc
r2905 r2930 125 125 // fSize is the old size (in most cases: 1) 126 126 // 127 void MCalibrationCam::InitSize( Int_t size)127 void MCalibrationCam::InitSize(const UInt_t size) 128 128 { 129 129 -
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h
r2885 r2930 53 53 54 54 void Clear(Option_t *o=""); 55 56 void InitSize(const Int_t i); 55 void InitSize(const UInt_t i); 57 56 58 57 // Setters
Note:
See TracChangeset
for help on using the changeset viewer.