CHROMA
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