#include <NumericalIntegration.h>
Public Member Functions | |
template<typename F > | |
double | operator() (const F &f, double a, double b) const |
RootIntegrator & | operator= (const RootIntegrator &o) |
RootIntegrator (ROOT::Math::IntegrationOneDim::Type type=ROOT::Math::IntegrationOneDim::kADAPTIVE, double absTol=1e-9, double relTol=1e-6, unsigned int size=1000, unsigned int rule=3) | |
RootIntegrator (const RootIntegrator &o) | |
Private Attributes | |
double | absTol_ |
std::unique_ptr < ROOT::Math::Integrator > | integrator_ |
double | relTol_ |
unsigned int | rule_ |
unsigned int | size_ |
ROOT::Math::IntegrationOneDim::Type | type_ |
Definition at line 127 of file NumericalIntegration.h.
|
inline |
Definition at line 128 of file NumericalIntegration.h.
|
inline |
Definition at line 139 of file NumericalIntegration.h.
References absTol_, integrator_, relTol_, rule_, size_, and type_.
|
inline |
Definition at line 157 of file NumericalIntegration.h.
References integrator_, Utilities::operator, and wrapper.
|
inline |
Definition at line 147 of file NumericalIntegration.h.
References absTol_, integrator_, relTol_, rule_, size_, and type_.
|
private |
Definition at line 165 of file NumericalIntegration.h.
Referenced by operator=(), and RootIntegrator().
|
mutableprivate |
Definition at line 167 of file NumericalIntegration.h.
Referenced by operator()(), operator=(), and RootIntegrator().
|
private |
Definition at line 165 of file NumericalIntegration.h.
Referenced by operator=(), and RootIntegrator().
|
private |
Definition at line 166 of file NumericalIntegration.h.
Referenced by operator=(), and RootIntegrator().
|
private |
Definition at line 166 of file NumericalIntegration.h.
Referenced by operator=(), and RootIntegrator().
|
private |
Definition at line 164 of file NumericalIntegration.h.
Referenced by Modules.Service::__str__(), Modules.Service::_placeImpl(), Modules.ESSource::_placeImpl(), Modules.ESProducer::_placeImpl(), Modules.ESPrefer::copy(), Mixins._TypedParameterizable::dumpPython(), Modules.ESPrefer::dumpPythonAs(), Modules.Service::dumpSequencePython(), RandomRunSource.RandomRunSource::insertInto(), Modules.Service::insertInto(), ExternalGeneratorFilter.ExternalGeneratorFilter::insertInto(), Mixins._TypedParameterizable::insertInto(), Modules.ESSource::moduleLabel_(), Modules.ESProducer::moduleLabel_(), Modules.ESSource::nameInProcessDesc_(), Modules.ESProducer::nameInProcessDesc_(), Modules.ESPrefer::nameInProcessDesc_(), operator=(), and RootIntegrator().