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

Legend:

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

    r5036 r5043  
    1515#endif
    1616
    17 class TObjArray;
     17class TOrdCollection;
    1818
    1919class MCalibrationPix;
     
    4444  PulserColor_t fPulserColor;        // Colour of the pulsed LEDs
    4545
    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
     46  TOrdCollection *fPixels;            // Array of MCalibrationPix, one per pixel
     47  TOrdCollection *fAverageAreas;      // Array of MCalibrationPix, one per pixel area
     48  TOrdCollection *fAverageSectors;    // Array of MCalibrationPix, one per camera sector
     49  TOrdCollection *fAverageBadAreas;   // Array of MBadPixelsPix,   one per pixel area
     50  TOrdCollection *fAverageBadSectors; // Array of MBadPixelsPix,   one per camera sector
    5151
    5252  virtual void Add(const UInt_t a, const UInt_t b);
Note: See TracChangeset for help on using the changeset viewer.