CHROMA
baryon_operator_aggregate_w.cc
Go to the documentation of this file.
1 /*! \file
2  * \brief All baryon operators
3  */
4 
6 
9 
10 namespace Chroma
11 {
12 
13  //! Registration aggregator
14  namespace BaryonOperatorEnv
15  {
16  namespace
17  {
18  //! Local registration flag
19  bool registered = false;
20  }
21 
22  //! Register all the factories
23  bool registerAll()
24  {
25  bool success = true;
26  if (! registered)
27  {
28  // Hadron
31 
32  registered = true;
33  }
34  return success;
35  }
36  }
37 
38 }
All baryon operators.
Construct group baryon operators.
static bool registered
Local registration flag.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
Construct simple baryon operators.