Ignore:
Timestamp:
09/05/04 19:52:50 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4858 r4866  
    88#ifndef ROOT_TArrayC
    99#include "TArrayC.h"
     10#endif
     11
     12#ifndef ROOT_TArrayD
     13#include "TArrayD.h"
    1014#endif
    1115
     
    2428protected:
    2529
    26   TArrayF fCorningBlues;                   //! Corning blues of the pixels (if available)
    27   TArrayF fCorningReds;                    //! Corning reds  of the pixels (if available)
     30  TArrayD fCorningBlues;                   //! Corning blues of the pixels (if available)
     31  TArrayD fCorningReds;                    //! Corning reds  of the pixels (if available)
    2832
    2933public:
     
    4246  Float_t GetPlexiglassQERelVar    () const;
    4347
    44   const TArrayF &GetCorningBlues   () const { return fCorningBlues;  }
    45   const TArrayF &GetCorningReds    () const { return fCorningReds;   }
     48  const TArrayD &GetCorningBlues   () const { return fCorningBlues;  }
     49  const TArrayD &GetCorningReds    () const { return fCorningReds;   }
    4650 
    4751  Bool_t  IsBlindPixelMethodValid  () const;
Note: See TracChangeset for help on using the changeset viewer.