Ignore:
Timestamp:
11/19/03 21:37:26 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHCalibrationPixel.h

    r2525 r2538  
    9393  const Double_t GetTMean()   const  { return fTMean; }
    9494  const Double_t GetTSigma()  const  { return fTSigma; }
     95
     96  const Double_t GetTChiSquare() const { return fTChisquare; }
     97  const Double_t GetTProb()      const { return fTProb; }
     98  const Int_t    GetTNdf()       const { return fTNdf;       }   
    9599 
    96100  const TH1I *GetHT()       { return fHT; }
Note: See TracChangeset for help on using the changeset viewer.