Changeset 9518 for trunk/MagicSoft/Mars/mbase/MSpline3.h
- Timestamp:
- 10/26/09 14:31:19 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MSpline3.h
r9424 r9518 15 15 MArrayD &ConvertFunc(const TF1 &f, Float_t freq) const; 16 16 17 Double_t Integral (Int_t i, Double_t x) const;18 Double_t Integral (Int_t i) const;17 Double_t IntegralBin(Int_t i, Double_t x) const; 18 Double_t IntegralBin(Int_t i) const; 19 19 20 20 public:
Note:
See TracChangeset
for help on using the changeset viewer.