| virtual | ~Integrator() |
| double | Error() const |
| double | Integral() |
| double | Integral(const ROOT::Math::IGenFunction& f) |
| double | Integral(const vector<double>& pts) |
| double | Integral(const ROOT::Math::IGenFunction& f, const vector<double>& pts) |
| double | Integral(double a, double b) |
| double | Integral(ROOT::Math::Integrator::GSLFuncPointer f, void* p) |
| double | Integral(const ROOT::Math::IGenFunction& f, double a, double b) |
| double | Integral(ROOT::Math::Integrator::GSLFuncPointer f, void* p, const vector<double>& pts) |
| double | Integral(ROOT::Math::Integrator::GSLFuncPointer f, void* p, double a, double b) |
| double | IntegralLow(double b) |
| double | IntegralLow(const ROOT::Math::IGenFunction& f, double b) |
| double | IntegralLow(ROOT::Math::Integrator::GSLFuncPointer f, void* p, double b) |
| double | IntegralUp(double a) |
| double | IntegralUp(const ROOT::Math::IGenFunction& f, double a) |
| double | IntegralUp(ROOT::Math::Integrator::GSLFuncPointer f, void* p, double a) |
| ROOT::Math::Integrator | Integrator(double absTol = 1.E-9, double relTol = 1E-6, size_t size = 1000) |
| ROOT::Math::Integrator | Integrator(const ROOT::Math::IGenFunction& f, double absTol = 1.E-9, double relTol = 1E-6, size_t size = 1000) |
| ROOT::Math::Integrator | Integrator(ROOT::Math::Integrator::GSLFuncPointer f, double absTol = 1.E-9, double relTol = 1E-6, size_t size = 1000) |
| ROOT::Math::Integrator | Integrator(ROOT::Math::Integration::Type type, double absTol = 1.E-9, double relTol = 1E-6, size_t size = 1000) |
| ROOT::Math::Integrator | Integrator(const ROOT::Math::IGenFunction& f, ROOT::Math::Integration::Type type, double absTol = 1.E-9, double relTol = 1E-6, size_t size = 1000) |
| ROOT::Math::Integrator | Integrator(ROOT::Math::Integrator::GSLFuncPointer f, ROOT::Math::Integration::Type type, double absTol = 1.E-9, double relTol = 1E-6, size_t size = 1000) |
| ROOT::Math::Integrator | Integrator(ROOT::Math::Integration::Type type, ROOT::Math::Integration::GKRule rule, double absTol = 1.E-9, double relTol = 1E-6, size_t size = 1000) |
| ROOT::Math::Integrator | Integrator(const ROOT::Math::IGenFunction& f, ROOT::Math::Integration::Type type, ROOT::Math::Integration::GKRule rule, double absTol = 1.E-9, double relTol = 1E-6, size_t size = 1000) |
| ROOT::Math::Integrator | Integrator(ROOT::Math::Integrator::GSLFuncPointer f, ROOT::Math::Integration::Type type, ROOT::Math::Integration::GKRule rule, double absTol = 1.E-9, double relTol = 1E-6, size_t size = 1000) |
| double | Result() const |
| void | SetAbsTolerance(double absTolerance) |
| void | SetFunction(const ROOT::Math::IGenFunction& f) |
| void | SetFunction(const ROOT::Math::Integrator::GSLFuncPointer& f) |
| void | SetIntegrationRule(ROOT::Math::Integration::GKRule) |
| void | SetRelTolerance(double relTolerance) |
| int | Status() const |