Changeset 4876 for trunk/MagicSoft/Mars/mcalib/MCalibrationQECam.h
- Timestamp:
- 09/07/04 11:43:18 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationQECam.h
r4866 r4876 10 10 #endif 11 11 12 #ifndef ROOT_TArrayD13 #include " TArrayD.h"12 #ifndef MARS_MArrayD 13 #include "MArrayD.h" 14 14 #endif 15 15 … … 28 28 protected: 29 29 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) 32 32 33 33 public: … … 46 46 Float_t GetPlexiglassQERelVar () const; 47 47 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; } 50 50 51 51 Bool_t IsBlindPixelMethodValid () const;
Note:
See TracChangeset
for help on using the changeset viewer.