Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 3872)
+++ trunk/MagicSoft/Mars/Changelog	(revision 3873)
@@ -34,4 +34,8 @@
        kNormalDisplay option is chosen (default).
 
+   * mjobs/MJCalibration.h
+     - took out the const of GetBadPixels() in order to allow compilation
+       of macros/bootcampstandardanalysis.C. This will change again soon 
+       when mjobs/MJExtraction is updated and used there. 
 
    * msignal/MArrivalTimeCalc.[h,cc]
Index: trunk/MagicSoft/Mars/mjobs/MJCalibration.h
===================================================================
--- trunk/MagicSoft/Mars/mjobs/MJCalibration.h	(revision 3872)
+++ trunk/MagicSoft/Mars/mjobs/MJCalibration.h	(revision 3873)
@@ -66,5 +66,5 @@
   MCalibrationRelTimeCam &GetRelTimeCam()         { return fRelTimeCam;     }
   MCalibrationQECam      &GetQECam()              { return fQECam;          }    
-  const MBadPixelsCam    &GetBadPixels() const    { return fBadPixels;      }
+  MBadPixelsCam          &GetBadPixels()          { return fBadPixels;      }
   
   void SetBadPixels(const MBadPixelsCam &bad)     { bad.Copy(fBadPixels);   }
