Changeset 2538 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 11/19/03 21:37:26 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCalibrationPixel.h
r2525 r2538 93 93 const Double_t GetTMean() const { return fTMean; } 94 94 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; } 95 99 96 100 const TH1I *GetHT() { return fHT; }
Note:
See TracChangeset
for help on using the changeset viewer.