1 #ifndef PhysicsTools_Utilities_NumericalIntegration_h 2 #define PhysicsTools_Utilities_NumericalIntegration_h 10 #include "Math/AllIntegrationTypes.h" 11 #include "Math/Functor.h" 12 #include "Math/Integrator.h" 60 std::vector<double>
x,
w;
62 mutable unsigned int i;
83 for (
i = 0;
i < 4; ++
i) {
92 for (
i = 4;
i < 12; ++
i) {
120 static const double x[12],
w[12];
123 mutable double h,
aconst,
bb,
aa,
c1,
c2,
u,
s8,
s16,
f1,
f2,
xx;
124 mutable unsigned int i;
129 double absTol = 1
e-9,
130 double relTol = 1
e-6,
131 unsigned int size = 1000,
132 unsigned int rule = 3)
156 template <
typename F>
RootIntegrator & operator=(const RootIntegrator &o)
double operator()(const F &f, double min, double max) const
RootIntegrator(const RootIntegrator &o)
GaussIntegrator(double epsilon)
double operator()(const F &f, double min, double max) const
TrapezoidIntegrator(unsigned int samples)
double operator()(const F &f, double a, double b) const
std::unique_ptr< ROOT::Math::Integrator > integrator_
double operator()(const F &f, double a, double b) const
Abs< T >::type abs(const T &t)
ROOT::Math::IntegrationOneDim::Type type_
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)
GaussLegendreIntegrator()
static const double w[12]
double trapezoid_integral(const F &f, double min, double max, unsigned int samples)
static uInt32 F(BLOWFISH_CTX *ctx, uInt32 x)
static HepMC::HEPEVT_Wrapper wrapper
static const double x[12]