Changeset 3873 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 04/28/04 19:01:08 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.h
r3862 r3873 66 66 MCalibrationRelTimeCam &GetRelTimeCam() { return fRelTimeCam; } 67 67 MCalibrationQECam &GetQECam() { return fQECam; } 68 const MBadPixelsCam &GetBadPixels() const{ return fBadPixels; }68 MBadPixelsCam &GetBadPixels() { return fBadPixels; } 69 69 70 70 void SetBadPixels(const MBadPixelsCam &bad) { bad.Copy(fBadPixels); }
Note:
See TracChangeset
for help on using the changeset viewer.