Changeset 5043 for trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h
- Timestamp:
- 09/15/04 20:14:15 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h
r5036 r5043 15 15 #endif 16 16 17 class TO bjArray;17 class TOrdCollection; 18 18 19 19 class MCalibrationPix; … … 44 44 PulserColor_t fPulserColor; // Colour of the pulsed LEDs 45 45 46 TO bjArray *fPixels;// Array of MCalibrationPix, one per pixel47 TO bjArray *fAverageAreas;// Array of MCalibrationPix, one per pixel area48 TO bjArray *fAverageSectors;// Array of MCalibrationPix, one per camera sector49 TO bjArray *fAverageBadAreas;// Array of MBadPixelsPix, one per pixel area50 TO bjArray *fAverageBadSectors;// Array of MBadPixelsPix, one per camera sector46 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 51 51 52 52 virtual void Add(const UInt_t a, const UInt_t b);
Note:
See TracChangeset
for help on using the changeset viewer.