Bayeux
3.4.1
Core Foundation library for SuperNEMO
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
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
k
l
m
n
o
p
q
r
s
t
u
v
x
y
z
Variables
+
Typedefs
a
b
c
d
e
f
g
h
i
m
o
p
r
s
u
v
w
+
Enumerations
a
b
c
d
e
g
m
n
o
p
r
s
u
v
+
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
x
y
z
+
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
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
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
+
Enumerations
a
b
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Enumerator
_
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
Properties
+
Related Functions
b
c
h
i
m
o
p
s
v
+
Files
File List
+
File Members
+
All
_
b
c
d
e
g
m
Functions
+
Macros
_
b
c
d
e
g
m
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
bayeux
genbb_help
decay0
gauss.h
Go to the documentation of this file.
1
#ifndef GENBB_DECAY0_GAUSS_H_
2
#define GENBB_DECAY0_GAUSS_H_ 1
3
4
// This project:
5
#include <
genbb_help/decay0/common.h
>
6
7
namespace
genbb
{
8
9
class
primary_event;
10
11
namespace
decay0 {
12
14
double
decay0_gauss
(
func_type
f,
double
min,
double
max,
double
epsrel,
15
void
* params);
16
17
18
}
// end of namespace decay0
19
}
// end of namespace genbb
20
21
#endif // GENBB_DECAY0_GAUSS_H_
22
//
23
// Local Variables: --
24
// mode: c++ --
25
// End: --
genbb::decay0::func_type
double(* func_type)(double, void *)
Definition:
common.h:11
genbb
Top-level namespace of the Bayeux/genbb_help module library.
Definition:
alpha_decay.h:51
common.h
genbb::decay0::decay0_gauss
double decay0_gauss(func_type f, double min, double max, double epsrel, void *params)
Gauss quadrature of a function f between min and max.
Generated by
1.8.15