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

Legend:

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

    r5043 r5128  
    4444  PulserColor_t fPulserColor;        // Colour of the pulsed LEDs
    4545
    46   TOrdCollection *fPixels;            // Array of MCalibrationPix, one per pixel
     46  TOrdCollection *fPixels;            //-> Array of MCalibrationPix, one per pixel
    4747  TOrdCollection *fAverageAreas;      // Array of MCalibrationPix, one per pixel area
    4848  TOrdCollection *fAverageSectors;    // Array of MCalibrationPix, one per camera sector
     
    9999  void  SetNumUnsuitable       ( const UInt_t i,  const Int_t aidx   ); 
    100100  void  SetNumUnreliable       ( const UInt_t i,  const Int_t aidx   );
    101   void  SetPulserColor         ( const PulserColor_t col=kCT1 )  { fPulserColor = col; }
     101  virtual void  SetPulserColor( const PulserColor_t col=kCT1 )  { fPulserColor = col; }
    102102 
    103103  ClassDef(MCalibrationCam, 5)  // Base class Container for Calibration Results Camera
Note: See TracChangeset for help on using the changeset viewer.