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