Changeset 17879 for trunk/Mars/mextralgo/MExtralgoSpline.h
- Timestamp:
- 05/21/14 18:04:33 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mextralgo/MExtralgoSpline.h
r17857 r17879 357 357 358 358 MArrayF GetIntegral(bool norm=false) const; 359 360 Float_t GetIntegral(Float_t beg, Float_t end) const 361 { 362 return CalcIntegral(beg, end-beg); 363 } 359 364 }; 360 365
Note:
See TracChangeset
for help on using the changeset viewer.