Changeset 5017 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 09/14/04 20:55:46 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h
r4988 r5017 15 15 #endif 16 16 17 class T ClonesArray;17 class TObjArray; 18 18 19 19 class MCalibrationPix; … … 44 44 PulserColor_t fPulserColor; // Colour of the pulsed LEDs 45 45 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); 51 55 52 56 public: … … 97 101 void SetPulserColor ( const PulserColor_t col=kCT1 ) { fPulserColor = col; } 98 102 99 ClassDef(MCalibrationCam, 4) // Base class Container for Calibration Results Camera103 ClassDef(MCalibrationCam, 5) // Base class Container for Calibration Results Camera 100 104 }; 101 105
Note:
See TracChangeset
for help on using the changeset viewer.