- Timestamp:
- 08/27/13 13:22:10 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Mars_MC/mextralgo/MExtralgoSpline.cc
r14854 r17040 207 207 // at x, until x==0. If y is not found or out of range -2 is returned. 208 208 // 209 Double_t MExtralgoSpline::SearchYdn( Float_t x, Float_t y) const209 Double_t MExtralgoSpline::SearchYdn(Double_t x, Double_t y) const 210 210 { 211 211 if (x>=fNum-1) … … 228 228 // at x, until x==fNum-1. If y is not found or out of range -2 is returned. 229 229 // 230 Double_t MExtralgoSpline::SearchYup( Float_t x, Float_t y) const230 Double_t MExtralgoSpline::SearchYup(Double_t x, Double_t y) const 231 231 { 232 232 if (x<0)
Note:
See TracChangeset
for help on using the changeset viewer.