Ignore:
Timestamp:
09/07/04 12:12:05 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4873 r4882  
    11#ifndef MARS_MHCalibrationCam
    22#define MARS_MHCalibrationCam
    3 
    4 #ifndef ROOT_TObjArray
    5 #include <TObjArray.h>
    6 #endif
    73
    84#ifndef ROOT_TArrayI
     
    3026
    3127class TText;
    32 class TArrayI;
    33 class TArrayF;
     28class TObjArray;
     29
    3430class MHGausEvents;
    3531class MGeomCam;
     
    3935class MBadPixelsCam;
    4036class MBadPixelsPix;
     37
    4138class MHCalibrationCam : public MH, public MCamEvent
    4239{
     
    151148  const Float_t        GetNumLoGainSaturationLimit()     const  { return fNumLoGainSaturationLimit; }
    152149  const TArrayI       &GetRunNumbers         ()          const;
    153   const Int_t          GetSize               ()          const  { return fHiGainArray->GetSize();   }
     150  const Int_t          GetSize               ()          const;
    154151
    155152  const Bool_t         IsDebug               ()          const  { return fDebug; }
Note: See TracChangeset for help on using the changeset viewer.