Ignore:
Timestamp:
11/27/04 13:11:53 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationTestCam.h

    r5137 r5479  
    66#endif
    77
    8 #ifndef ROOT_TArrayF
    9 #include <TArrayF.h>
     8#ifndef MARS_MArrayF
     9#include <MArrayF.h>
    1010#endif
    11 #ifndef ROOT_TArrayI
    12 #include <TArrayI.h>
     11#ifndef MARS_MArrayI
     12#include <MArrayI.h>
    1313#endif
    1414
     
    2727  static const TString gsHistYTitle;   //! Default Histogram y-axis titles
    2828 
    29   TArrayF fMeanMeanPhotPerArea;
    30   TArrayF fRmsMeanPhotPerArea   ;
    31   TArrayF fMeanSigmaPhotPerArea;
    32   TArrayF fRmsSigmaPhotPerArea   ;
     29  MArrayF fMeanMeanPhotPerArea;
     30  MArrayF fRmsMeanPhotPerArea   ;
     31  MArrayF fMeanSigmaPhotPerArea;
     32  MArrayF fRmsSigmaPhotPerArea   ;
    3333
    3434  Bool_t ReInitHists(MParList *pList);
Note: See TracChangeset for help on using the changeset viewer.