Changeset 3873 for trunk/MagicSoft/Mars
- Timestamp:
- 04/28/04 19:01:08 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3871 r3873 34 34 kNormalDisplay option is chosen (default). 35 35 36 * mjobs/MJCalibration.h 37 - took out the const of GetBadPixels() in order to allow compilation 38 of macros/bootcampstandardanalysis.C. This will change again soon 39 when mjobs/MJExtraction is updated and used there. 36 40 37 41 * msignal/MArrivalTimeCalc.[h,cc] -
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.