Ignore:
Timestamp:
05/24/04 18:13:47 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3845 r4152  
    44#ifndef MARS_MHCalibrationCam
    55#include "MHCalibrationCam.h"
     6#endif
     7#ifndef ROOT_TArrayF
     8#include "TArrayF.h"
    69#endif
    710
     
    1215private:
    1316
     17  TArrayF fMeanMeanPhotPerArea;
     18  TArrayF fRmsMeanPhotPerArea   ;
     19  TArrayF fMeanSigmaPhotPerArea;
     20  TArrayF fRmsSigmaPhotPerArea   ;
     21 
    1422  Bool_t ReInitHists(MParList *pList);
    1523  Bool_t FillHists(const MParContainer *par, const Stat_t w=1);
     
    2533  void DrawPixelContent(Int_t idx) const;
    2634
     35  const Float_t GetMeanMeanPhotPerArea       ( const Int_t aidx ) const   { return fMeanMeanPhotPerArea [aidx]; }
     36  const Float_t GetRmsMeanPhotPerArea        ( const Int_t aidx ) const   { return fRmsMeanPhotPerArea  [aidx]; }
     37  const Float_t GetMeanSigmaPhotPerArea      ( const Int_t aidx ) const   { return fMeanSigmaPhotPerArea [aidx]; }
     38  const Float_t GetRmsSigmaPhotPerArea       ( const Int_t aidx ) const   { return fRmsSigmaPhotPerArea  [aidx]; }
     39
    2740  void CalcAverageSigma();
    2841 
Note: See TracChangeset for help on using the changeset viewer.