Changeset 17041 for branches/Mars_MC/mextralgo/MExtralgoSpline.h
- Timestamp:
- 08/27/13 13:22:27 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Mars_MC/mextralgo/MExtralgoSpline.h
r14854 r17041 347 347 Float_t Deriv1(const Float_t x) const; 348 348 349 Double_t SearchYdn( Float_t maxpos, Float_t y) const;350 Double_t SearchYup( Float_t maxpos, Float_t y) const;349 Double_t SearchYdn(Double_t maxpos, Double_t y) const; 350 Double_t SearchYup(Double_t maxpos, Double_t y) const; 351 351 352 352 Double_t SearchYdn(Float_t y) const { return SearchYdn(fNum, y); }
Note:
See TracChangeset
for help on using the changeset viewer.