Changeset 4882 for trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.h
- Timestamp:
- 09/07/04 12:12:05 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.h
r4873 r4882 1 1 #ifndef MARS_MHCalibrationCam 2 2 #define MARS_MHCalibrationCam 3 4 #ifndef ROOT_TObjArray5 #include <TObjArray.h>6 #endif7 3 8 4 #ifndef ROOT_TArrayI … … 30 26 31 27 class TText; 32 class T ArrayI;33 class TArrayF; 28 class TObjArray; 29 34 30 class MHGausEvents; 35 31 class MGeomCam; … … 39 35 class MBadPixelsCam; 40 36 class MBadPixelsPix; 37 41 38 class MHCalibrationCam : public MH, public MCamEvent 42 39 { … … 151 148 const Float_t GetNumLoGainSaturationLimit() const { return fNumLoGainSaturationLimit; } 152 149 const TArrayI &GetRunNumbers () const; 153 const Int_t GetSize () const { return fHiGainArray->GetSize(); }150 const Int_t GetSize () const; 154 151 155 152 const Bool_t IsDebug () const { return fDebug; }
Note:
See TracChangeset
for help on using the changeset viewer.