CepGen 1.2.5
Central exclusive processes event generator
|
Trapezoidal integration algorithm. More...
Public Member Functions | |
BoostAnalyticalIntegrator (const ParametersList ¶ms) | |
double | integrate (const utils::Function1D &func, void *=nullptr, const Limits &lim={}) const override |
Evaluate the integral of a function at a given value. | |
double | integrate (const std::function< double(double)> &func, const Limits &range={}) const |
Evaluate the integral of a function at a given value. | |
template<typename T > | |
double | integrate (const utils::Function1D &func, const T &obj, const Limits &range={}) const |
Evaluate the integral of a function at a given value. | |
const std::string & | name () const |
Module unique indexing name. | |
bool | operator== (const SteeredObject &oth) const |
Equality operator. | |
bool | operator!= (const SteeredObject &oth) const |
Inequality operator. | |
const ParametersList & | parameters () const override |
Module user-defined parameters. | |
virtual void | setParameters (const ParametersList ¶ms) override |
Set module parameters. | |
void | setDescribedParameters (const ParametersList ¶ms_orig) |
Set (documented) module parameters. | |
Static Public Member Functions | |
static ParametersDescription | description () |
Protected Member Functions | |
template<typename T > | |
T | steer (const std::string &key) const |
Retrieve a parameters as previously steered. | |
template<typename T , typename U > | |
U | steerAs (const std::string &key) const |
Retrieve a recasted parameters as previously steered. | |
std::string | steerName () const |
Retrieve module name from parameters. | |
std::string | steerPath (const std::string &key) const |
Retrieve a path from common search paths. | |
Protected Attributes | |
const Limits | range_ |
const ParametersList | func_params_ |
const int | verbosity_ |
Integrator verbosity. | |
const std::string | name_ |
Module unique indexing name. | |
ParametersList | params_ |
Module parameters. | |
Definition at line 27 of file BoostTrapAnalyticalIntegrator.cpp.
|
explicit |
Definition at line 29 of file BoostTrapAnalyticalIntegrator.cpp.
|
static |
Definition at line 34 of file BoostTrapAnalyticalIntegrator.cpp.
|
inherited |
[in] | func | function to integrate |
[in] | range | (optional) integration range |
Definition at line 29 of file AnalyticIntegrator.cpp.
|
inherited |
[in] | func | function to integrate |
[in] | obj | specific parameters object |
[in] | range | (optional) integration range |
Definition at line 47 of file AnalyticIntegrator.h.
|
overridevirtual |
[in] | func | function to integrate |
[in] | obj | (optional) parameters object |
[in] | range | (optional) integration range |
Implements AnalyticIntegrator.
Definition at line 42 of file BoostTrapAnalyticalIntegrator.cpp.
|
inherited |
Definition at line 42 of file NamedModule.h.
|
inherited |
Definition at line 51 of file SteeredObject.h.
|
inherited |
Definition at line 49 of file SteeredObject.h.
|
overridevirtualinherited |
Reimplemented from Steerable.
Definition at line 54 of file SteeredObject.h.
|
inherited |
Definition at line 73 of file SteeredObject.h.
|
overridevirtualinherited |
Reimplemented from Steerable.
Reimplemented in Initial, Remnants, CutsList, IncomingBeams, and Kinematics.
Definition at line 62 of file SteeredObject.h.
|
protectedinherited |
Definition at line 39 of file Steerable.h.
Definition at line 44 of file Steerable.h.
|
protectedinherited |
Definition at line 48 of file Steerable.h.
|
protectedinherited |
Definition at line 30 of file Steerable.cpp.
|
protectedinherited |
Definition at line 58 of file AnalyticIntegrator.h.
|
protectedinherited |
Definition at line 45 of file NamedModule.h.
|
mutableprotectedinherited |
Definition at line 50 of file Steerable.h.
|
protectedinherited |
Definition at line 57 of file AnalyticIntegrator.h.
|
protectedinherited |
Definition at line 59 of file AnalyticIntegrator.h.