CHROMA
Main Page
Modules
Namespaces
Namespace List
Namespace 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
i
k
l
m
n
o
p
q
r
s
t
u
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
c
e
f
g
h
m
o
p
q
r
s
t
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
q
r
s
t
u
w
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
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
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
e
h
i
k
r
s
t
v
Related Functions
:
a
g
h
i
l
o
p
r
s
t
u
Files
File List
File 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
o
p
q
r
s
t
u
v
w
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
_
e
l
m
p
q
s
t
u
Enumerations
Enumerator
c
e
f
g
h
l
n
o
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
lib
meas
inline
pbp
inline_pbp_aggregate.cc
Go to the documentation of this file.
1
2
3
#include "
meas/inline/pbp/inline_pbp_aggregate.h
"
4
#include "
meas/inline/pbp/inline_psibarpsi_w.h
"
5
6
// Grab all fermacts to make sure they are registered
7
#include "
actions/ferm/fermacts/fermacts_aggregate_w.h
"
8
9
namespace
Chroma
10
{
11
12
namespace
InlinePsiBarPsiAggregateEnv
13
{
14
namespace
15
{
16
//! Local registration flag
17
bool
registered
=
false
;
18
}
19
20
//! Register all the factories
21
bool
registerAll
()
22
{
23
bool
success =
true
;
24
if
(!
registered
)
25
{
26
// Grab the fermacts
27
success &=
WilsonTypeFermActsEnv::registerAll
();
28
success &=
InlinePsiBarPsiEnv::registerAll
();
29
30
registered
=
true
;
31
}
32
return
success;
33
}
34
35
}
36
37
}
fermacts_aggregate_w.h
All Wilson-type fermion actions.
inline_pbp_aggregate.h
inline_psibarpsi_w.h
Chroma::AsqtadFermActEnv::registered
static bool registered
Local registration flag.
Definition:
asqtad_fermact_s.cc:49
Chroma::InlinePsiBarPsiAggregateEnv::registerAll
bool registerAll()
Register all the factories.
Definition:
inline_pbp_aggregate.cc:21
Chroma::InlinePsiBarPsiEnv::registerAll
bool registerAll()
Register all the factories.
Definition:
inline_psibarpsi_w.cc:95
Chroma::WilsonTypeFermActsEnv::registerAll
bool registerAll()
Register all the factories.
Definition:
fermacts_aggregate_w.cc:196
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Generated by
1.9.1