#include <NumericalIntegration.h>
Definition at line 127 of file NumericalIntegration.h.
◆ RootIntegrator() [1/2]
funct::RootIntegrator::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 |
|
) |
| |
|
inline |
◆ RootIntegrator() [2/2]
◆ operator()()
template<typename F >
double funct::RootIntegrator::operator() |
( |
const F & |
f, |
|
|
double |
a, |
|
|
double |
b |
|
) |
| const |
|
inline |
◆ operator=()
◆ absTol_
double funct::RootIntegrator::absTol_ |
|
private |
◆ integrator_
std::unique_ptr<ROOT::Math::Integrator> funct::RootIntegrator::integrator_ |
|
mutableprivate |
◆ relTol_
double funct::RootIntegrator::relTol_ |
|
private |
◆ rule_
unsigned int funct::RootIntegrator::rule_ |
|
private |
◆ size_
unsigned int funct::RootIntegrator::size_ |
|
private |
◆ type_
ROOT::Math::IntegrationOneDim::Type funct::RootIntegrator::type_ |
|
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().