Changeset 5729 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 01/07/05 19:56:06 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MEnergyEstParam.h
r2225 r5729 58 58 void SetCoeffB(const TArrayD &arr); 59 59 60 void SetVariables(const TArrayD &arr) { SetCoeff(arr); } 61 60 62 Double_t GetCoeff(Int_t i) { return i<fA.GetSize()? fA[i] : fB[i-fA.GetSize()]; } 61 63
Note:
See TracChangeset
for help on using the changeset viewer.