Ignore:
Timestamp:
09/14/04 19:46:40 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4967 r5015  
    1818#endif
    1919
    20 class TClonesArray;
     20class TObjArray;
    2121class MCalibrationPix;
    2222class MBadPixelsPix;
     
    2929  MArrayD fSlopes;            //! Arrays of Higain-vs-LoGain fit result Slopes
    3030
    31   void InitSize( const UInt_t n );
    32  
    3331protected: 
    3432
    35   TClonesArray *fCams;        // Array of MCalibrationCams, one per pulse colour and intensity
     33  TObjArray *fCams;        // Array of MCalibrationCams, one per pulse colour and intensity
    3634
     35  virtual void InitSize( const UInt_t n );
     36 
    3737public:
    3838
Note: See TracChangeset for help on using the changeset viewer.