CHROMA
inline_hadron_aggregate_s.cc
Go to the documentation of this file.
1 /*! \file
2  * \brief Inline hadron measurement aggregator
3  */
4 
6 //#include "meas/inline/hadron_s/inline_spectrum_s.h"
11 
12 namespace Chroma
13 {
14 
15  //! Name and registration
16  namespace InlineStaggeredHadronAggregateEnv
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 stuff
31 // success &= InlineStaggeredSpectrumEnv::registerAll(); // not being used by UKQCD
36  registered = true;
37  }
38  return success;
39  }
40  }
41 
42 }
Inline ferm state application.
Inline hadron measurement aggregator.
Inline construction of make_source.
Inline construction of propagator.
Inline sink_smear propagators.
static bool registered
Local registration flag.
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
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