CHROMA
hadron_contract_aggregate.cc
Go to the documentation of this file.
1 /*! \file
2  * \brief All hadron contraction constructors
3  */
4 
6 
9 //#include "meas/hadron/simple_baryon_2pt_w.h"
10 //#include "meas/hadron/deriv_meson_2pt_w.h"
11 
13 
14 namespace Chroma
15 {
16 
17  //! Registration aggregator
18  namespace HadronContractEnv
19  {
20  namespace
21  {
22  //! Local registration flag
23  bool registered = false;
24  }
25 
26  //! Register all the factories
27  bool registerAll()
28  {
29  bool success = true;
30  if (! registered)
31  {
32  // Hadron
33  success &= SimpleMeson2PtEnv::registerAll();
34  success &= Delta2PtEnv::registerAll();
35 // success &= SimpleBaryon2PtEnv::registerAll();
36 // success &= DerivMeson2PtEnv::registerAll();
37  success &= StochCondContEnv::registerAll();
38 
39  registered = true;
40  }
41  return success;
42  }
43  }
44 
45 }
Construct delta 2pt correlators.
All hadron contraction constructors.
static bool registered
Local registration flag.
bool registerAll()
Register all the factories.
Definition: delta_2pt_w.cc:389
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 meson 2pt correlators.
Stoch quark condensates.