Ignore:
Timestamp:
05/21/14 18:04:33 (11 years ago)
Author:
tbretz
Message:
Added direct access to integral
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mextralgo/MExtralgoSpline.h

    r17857 r17879  
    357357
    358358    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    }
    359364};
    360365
Note: See TracChangeset for help on using the changeset viewer.