Ignore:
Timestamp:
09/07/04 11:43:18 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4866 r4876  
    1010#endif
    1111
    12 #ifndef ROOT_TArrayD
    13 #include "TArrayD.h"
     12#ifndef MARS_MArrayD
     13#include "MArrayD.h"
    1414#endif
    1515
     
    2828protected:
    2929
    30   TArrayD fCorningBlues;                   //! Corning blues of the pixels (if available)
    31   TArrayD fCorningReds;                    //! Corning reds  of the pixels (if available)
     30  MArrayD fCorningBlues;                   //! Corning blues of the pixels (if available)
     31  MArrayD fCorningReds;                    //! Corning reds  of the pixels (if available)
    3232
    3333public:
     
    4646  Float_t GetPlexiglassQERelVar    () const;
    4747
    48   const TArrayD &GetCorningBlues   () const { return fCorningBlues;  }
    49   const TArrayD &GetCorningReds    () const { return fCorningReds;   }
     48  const MArrayD &GetCorningBlues   () const { return fCorningBlues;  }
     49  const MArrayD &GetCorningReds    () const { return fCorningReds;   }
    5050 
    5151  Bool_t  IsBlindPixelMethodValid  () const;
Note: See TracChangeset for help on using the changeset viewer.