Changeset 5128 for trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h
- Timestamp:
- 09/25/04 12:09:09 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationCam.h
r5043 r5128 44 44 PulserColor_t fPulserColor; // Colour of the pulsed LEDs 45 45 46 TOrdCollection *fPixels; // Array of MCalibrationPix, one per pixel46 TOrdCollection *fPixels; //-> Array of MCalibrationPix, one per pixel 47 47 TOrdCollection *fAverageAreas; // Array of MCalibrationPix, one per pixel area 48 48 TOrdCollection *fAverageSectors; // Array of MCalibrationPix, one per camera sector … … 99 99 void SetNumUnsuitable ( const UInt_t i, const Int_t aidx ); 100 100 void SetNumUnreliable ( const UInt_t i, const Int_t aidx ); 101 v oid SetPulserColor( const PulserColor_t col=kCT1 ) { fPulserColor = col; }101 virtual void SetPulserColor( const PulserColor_t col=kCT1 ) { fPulserColor = col; } 102 102 103 103 ClassDef(MCalibrationCam, 5) // Base class Container for Calibration Results Camera
Note:
See TracChangeset
for help on using the changeset viewer.