herwig
is hosted by
Hepforge
,
IPPP Durham
Herwig
7.3.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
f
g
h
i
l
m
o
p
r
s
t
u
w
z
Variables
Typedefs
a
b
c
d
h
i
j
k
l
m
o
p
s
t
v
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
c
d
e
h
i
m
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
Related Functions
b
c
d
e
f
g
h
k
m
o
p
s
t
Files
File List
File Members
All
Functions
Variables
Macros
Utilities
GaussianIntegrator.h
1
// -*- C++ -*-
2
//
3
// GaussianIntegrator.h is a part of Herwig - A multi-purpose Monte Carlo event generator
4
// Copyright (C) 2002-2019 The Herwig Collaboration
5
//
6
// Herwig is licenced under version 3 of the GPL, see COPYING for details.
7
// Please respect the MCnet academic guidelines, see GUIDELINES for details.
8
//
9
#ifndef HERWIG_GaussianIntegrator_H
10
#define HERWIG_GaussianIntegrator_H
11
//
12
// This is the declaration of the GaussianIntegrator class.
13
//
14
15
#include "ThePEG/Pointer/ReferenceCounted.h"
16
#include "ThePEG/Repository/CurrentGenerator.h"
17
#include <vector>
18
19
namespace
Herwig
{
20
21
using namespace
ThePEG
;
22
33
class
GaussianIntegrator
:
public
Pointer::ReferenceCounted
{
34
35
public
:
36
42
GaussianIntegrator
()
43
:
_abserr
(1.E-35), _relerr(5.E-5),
_binwidth
(1.E-5),
_maxeval
(100000) {
44
// setup the weights and abscissae
45
Init
();
46
}
47
55
GaussianIntegrator
(
double
abserr,
double
relerr,
double
binwidth,
56
int
maxeval)
57
:
_abserr
(abserr), _relerr(relerr),
58
_binwidth
(binwidth),
59
_maxeval
(maxeval) {
60
// setup the weights and abscissae
61
Init
();
62
}
63
65
template
<
class
T>
66
using
ValT
=
decltype
(std::declval<typename T::ValType>()
67
* std::declval<typename T::ArgType>());
68
74
template
<
class
T>
75
inline
ValT<T>
value
(
const
T &,
76
const
typename
T::ArgType lower,
77
const
typename
T::ArgType upper)
const
;
78
79
private
:
80
85
GaussianIntegrator
&
operator=
(
const
GaussianIntegrator
&) =
delete
;
86
90
void
Init
();
91
92
private
:
93
97
std::vector< std::vector<double> >
_weights
;
98
102
std::vector< std::vector <double> >
_abscissae
;
103
107
double
_abserr
,_relerr;
108
112
double
_binwidth
;
113
117
int
_maxeval
;
118
119
};
120
121
}
122
123
#include "GaussianIntegrator.tcc"
124
125
#endif
/* HERWIG_GaussianIntegrator_H */
Herwig::GaussianIntegrator
Definition:
GaussianIntegrator.h:33
Herwig::GaussianIntegrator::operator=
GaussianIntegrator & operator=(const GaussianIntegrator &)=delete
The assignment operator is private and must never be called.
Herwig::GaussianIntegrator::GaussianIntegrator
GaussianIntegrator()
Default Constructor.
Definition:
GaussianIntegrator.h:42
Herwig::GaussianIntegrator::_weights
std::vector< std::vector< double > > _weights
The weights for the gaussian quadrature.
Definition:
GaussianIntegrator.h:97
Herwig::GaussianIntegrator::_abscissae
std::vector< std::vector< double > > _abscissae
The abscissae.
Definition:
GaussianIntegrator.h:102
Herwig::GaussianIntegrator::value
ValT< T > value(const T &, const typename T::ArgType lower, const typename T::ArgType upper) const
The value of the integral.
Herwig::GaussianIntegrator::_abserr
double _abserr
The parameters controlling the error.
Definition:
GaussianIntegrator.h:107
Herwig::GaussianIntegrator::Init
void Init()
Initialise the weights and abscissae.
Herwig::GaussianIntegrator::_maxeval
int _maxeval
Maximum number of function evaluations.
Definition:
GaussianIntegrator.h:117
Herwig::GaussianIntegrator::GaussianIntegrator
GaussianIntegrator(double abserr, double relerr, double binwidth, int maxeval)
Specify all the parameters.
Definition:
GaussianIntegrator.h:55
Herwig::GaussianIntegrator::ValT
decltype(std::declval< typename T::ValType >() *std::declval< typename T::ArgType >()) ValT
helper type for the integration result
Definition:
GaussianIntegrator.h:67
Herwig::GaussianIntegrator::_binwidth
double _binwidth
The minimum width of a bin as a fraction of the integration region.
Definition:
GaussianIntegrator.h:112
ThePEG::Pointer::ReferenceCounted
Herwig
-*- C++ -*-
Definition:
BasicConsistency.h:17
ThePEG
Generated on Thu Jun 20 2024 17:50:53 for Herwig by
1.9.6