Ignore:
Timestamp:
08/30/04 18:15:02 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mcalib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationRelTimeCam.cc

    r4813 r4815  
    107107#include "MHGausEvents.h"
    108108
     109#include "MArrayI.h"
     110#include "MArrayD.h"
     111
    109112ClassImp(MHCalibrationRelTimeCam);
    110113
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationRelTimeCam.h

    r4813 r4815  
    44#ifndef MARS_MHCalibrationCam
    55#include "MHCalibrationCam.h"
     6#endif
     7
     8#ifndef MARS_MArrayI
     9#include "MArrayI.h"
     10#endif
     11
     12#ifndef MARS_MArrayD
     13#include "MArrayD.h"
    614#endif
    715
     
    1523  static const UInt_t  fgReferencePixel;             //! Default for fReferencePixel (now set to: 1)
    1624
    17   TArrayF fSumareahi  ;                             //!
    18   TArrayF fSumarealo  ;                             //!
    19   TArrayF fSumsectorhi;                             //!
    20   TArrayF fSumsectorlo;                             //!
    21   TArrayI fNumareahi  ;                             //!
    22   TArrayI fNumarealo  ;                             //!
    23   TArrayI fNumsectorhi;                             //!
    24   TArrayI fNumsectorlo;                             //!
     25  MArrayD fSumareahi  ;                             //!
     26  MArrayD fSumarealo  ;                             //!
     27  MArrayD fSumsectorhi;                             //!
     28  MArrayD fSumsectorlo;                             //!
     29  MArrayI fNumareahi  ;                             //!
     30  MArrayI fNumarealo  ;                             //!
     31  MArrayI fNumsectorhi;                             //!
     32  MArrayI fNumsectorlo;                             //!
    2533
    2634  UInt_t fReferencePixel;                           //  The reference pixel for rel. times
Note: See TracChangeset for help on using the changeset viewer.