Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 3901)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 3902)
@@ -21,4 +21,6 @@
   
    * mcalib/MHCalibrationCam.[h,cc]
+   * mcalib/MHCalibrationRelTimeCam.[h,cc]
+   * mcalib/MHCalibrationChargeCam.[h,cc]
      - retrieve the used run numbers in order to store them in teh 
        histogram titles to help transparency of the displays
Index: /trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.h
===================================================================
--- /trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.h	(revision 3901)
+++ /trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.h	(revision 3902)
@@ -30,4 +30,5 @@
 class MHGausEvents;
 class MGeomCam;
+class MRawRunHeader;
 class MCalibrationCam;
 class MCalibrationPix;
@@ -56,9 +57,11 @@
   TObjArray *fAverageLoGainSectors;     //-> Array of calibration pixels, one per camera sector
   TArrayI    fAverageSectorNum;         // Number of pixels in average pixels per sector 
+  TArrayI    fRunNumbers;               // Numbers of runs used
   
   MBadPixelsCam    *fBadPixels;         //!  Bad Pixels storage container
   MCalibrationCam  *fCam;               //!  Calibration Cam with the results
   MGeomCam         *fGeom;              //!  Camera geometry
-
+  MRawRunHeader    *fRunHeader;         //!  Run Header
+  
   TObjArray *fHiGainArray;              //-> Array of calibration pixels, one per pixel
   TObjArray *fLoGainArray;              //-> Array of calibration pixels, one per pixel
@@ -129,5 +132,5 @@
   const MHGausEvents  &GetAverageLoGainSector(UInt_t i)  const;
   const Int_t          GetAverageSectors     ()          const;
-
+  const TArrayI       &GetRunNumbers         ()          const;
         MHGausEvents  &operator[]            (UInt_t i);
   const MHGausEvents  &operator[]            (UInt_t i)  const;
