CHROMA
seqsource_aggregate_w.cc
Go to the documentation of this file.
1 /*! \file
2  * \brief All sequential source constructors
3  */
4 
6 
11 
12 namespace Chroma
13 {
14 
15  //! Registration aggregator
16  namespace HadronSeqSourceEnv
17  {
18  namespace
19  {
20  //! Local registration flag
21  bool registered = false;
22  }
23 
24  //! Register all the factories
25  bool registerAll()
26  {
27  bool success = true;
28  if (! registered)
29  {
30  // Hadron
35 
36  registered = true;
37  }
38  return success;
39  }
40  }
41 
42 }
Construct derivative meson sequential sources.
static bool registered
Local registration flag.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
Register all the factories bool registerAll()
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
Construct a photon sequential sources via LSZ reduction.
All sequential source constructors.
Construct baryon sequential sources.
Construct meson sequential sources.