g4tools
5.4.0
Main Page
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
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Variables
Typedefs
a
b
c
d
e
f
h
i
k
l
m
o
p
r
s
u
w
z
Enumerations
Enumerator
_
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
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
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
v
w
x
z
Functions
_
d
g
i
m
p
s
t
v
Typedefs
_
a
c
d
e
g
m
p
s
t
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
g4tools
tools
smath
Go to the documentation of this file.
1
// Copyright (C) 2010, Guy Barrand. All rights reserved.
2
// See the file tools.license for terms.
3
4
#ifndef tools_smath
5
#define tools_smath
6
7
#include <string>
8
#include "
S_STRING
"
9
10
namespace
tools
{
11
12
TOOLS_GLOBAL_STRING
(sqrt)
13
TOOLS_GLOBAL_STRING
(cos)
14
TOOLS_GLOBAL_STRING
(pow)
15
TOOLS_GLOBAL_STRING
(atan2)
16
TOOLS_GLOBAL_STRING
(mod)
17
TOOLS_GLOBAL_STRING
(psi)
18
TOOLS_GLOBAL_STRING
(gamma)
19
TOOLS_GLOBAL_STRING
(mu)
20
TOOLS_GLOBAL_STRING
(upper_delta)
21
TOOLS_GLOBAL_STRING
(h_bar)
22
23
inline const std::
string
&
s_partial_derivative
() {
24
static
const
std::string s_v(
"partiald"
);
25
return
s_v;
26
}
27
28
}
29
30
#endif
31
32
TOOLS_GLOBAL_STRING
#define TOOLS_GLOBAL_STRING(a_name)
Definition:
S_STRING:29
tools
inlined C code : ///////////////////////////////////
Definition:
aida_ntuple:26
S_STRING
tools::s_partial_derivative
const std::string & s_partial_derivative()
Definition:
smath:23
Generated by
1.8.20