Changeset 3902


Ignore:
Timestamp:
04/30/04 11:02:17 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3901 r3902  
    2121 
    2222   * mcalib/MHCalibrationCam.[h,cc]
     23   * mcalib/MHCalibrationRelTimeCam.[h,cc]
     24   * mcalib/MHCalibrationChargeCam.[h,cc]
    2325     - retrieve the used run numbers in order to store them in teh
    2426       histogram titles to help transparency of the displays
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.h

    r3845 r3902  
    3030class MHGausEvents;
    3131class MGeomCam;
     32class MRawRunHeader;
    3233class MCalibrationCam;
    3334class MCalibrationPix;
     
    5657  TObjArray *fAverageLoGainSectors;     //-> Array of calibration pixels, one per camera sector
    5758  TArrayI    fAverageSectorNum;         // Number of pixels in average pixels per sector
     59  TArrayI    fRunNumbers;               // Numbers of runs used
    5860 
    5961  MBadPixelsCam    *fBadPixels;         //!  Bad Pixels storage container
    6062  MCalibrationCam  *fCam;               //!  Calibration Cam with the results
    6163  MGeomCam         *fGeom;              //!  Camera geometry
    62 
     64  MRawRunHeader    *fRunHeader;         //!  Run Header
     65 
    6366  TObjArray *fHiGainArray;              //-> Array of calibration pixels, one per pixel
    6467  TObjArray *fLoGainArray;              //-> Array of calibration pixels, one per pixel
     
    129132  const MHGausEvents  &GetAverageLoGainSector(UInt_t i)  const;
    130133  const Int_t          GetAverageSectors     ()          const;
    131 
     134  const TArrayI       &GetRunNumbers         ()          const;
    132135        MHGausEvents  &operator[]            (UInt_t i);
    133136  const MHGausEvents  &operator[]            (UInt_t i)  const;
Note: See TracChangeset for help on using the changeset viewer.