Changeset 3873 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
04/28/04 19:01:08 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3871 r3873  
    3434       kNormalDisplay option is chosen (default).
    3535
     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.
    3640
    3741   * msignal/MArrivalTimeCalc.[h,cc]
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.h

    r3862 r3873  
    6666  MCalibrationRelTimeCam &GetRelTimeCam()         { return fRelTimeCam;     }
    6767  MCalibrationQECam      &GetQECam()              { return fQECam;          }   
    68   const MBadPixelsCam    &GetBadPixels() const    { return fBadPixels;      }
     68  MBadPixelsCam          &GetBadPixels()          { return fBadPixels;      }
    6969 
    7070  void SetBadPixels(const MBadPixelsCam &bad)     { bad.Copy(fBadPixels);   }
Note: See TracChangeset for help on using the changeset viewer.