Ignore:
Timestamp:
09/14/04 20:55:46 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h

    r4988 r5017  
    1515#endif
    1616
    17 class TClonesArray;
     17class TObjArray;
    1818
    1919class MCalibrationPix;
     
    4444  PulserColor_t fPulserColor;        // Colour of the pulsed LEDs
    4545
    46   TClonesArray *fPixels;             // Array of MCalibrationPix, one per pixel
    47   TClonesArray *fAverageAreas;       // Array of MCalibrationPix, one per pixel area
    48   TClonesArray *fAverageSectors;     // Array of MCalibrationPix, one per camera sector
    49   TClonesArray *fAverageBadAreas;    // Array of MBadPixelsPix,   one per pixel area
    50   TClonesArray *fAverageBadSectors;  // Array of MBadPixelsPix,   one per camera sector
     46  TObjArray *fPixels;                //-> Array of MCalibrationPix, one per pixel
     47  TObjArray *fAverageAreas;          //-> Array of MCalibrationPix, one per pixel area
     48  TObjArray *fAverageSectors;        //-> Array of MCalibrationPix, one per camera sector
     49  TObjArray *fAverageBadAreas;       //-> Array of MBadPixelsPix,   one per pixel area
     50  TObjArray *fAverageBadSectors;     //-> Array of MBadPixelsPix,   one per camera sector
     51
     52  virtual void Add(const UInt_t a, const UInt_t b);
     53  virtual void AddArea(const UInt_t a, const UInt_t b);
     54  virtual void AddSector(const UInt_t a, const UInt_t b);
    5155 
    5256public:
     
    97101  void  SetPulserColor         ( const PulserColor_t col=kCT1 )  { fPulserColor = col; }
    98102 
    99   ClassDef(MCalibrationCam, 4)  // Base class Container for Calibration Results Camera
     103  ClassDef(MCalibrationCam, 5)  // Base class Container for Calibration Results Camera
    100104};
    101105
Note: See TracChangeset for help on using the changeset viewer.