CHROMA
|
Factory for producing quark smearing objects. More...
#include "singleton.h"
#include "objfactory.h"
#include "chromabase.h"
#include "meas/smear/quark_smearing.h"
Go to the source code of this file.
Namespaces | |
Chroma | |
Asqtad Staggered-Dirac operator. | |
Typedefs | |
typedef SingletonHolder< ObjectFactory< QuarkSmearing< LatticePropagator >, std::string, TYPELIST_2(XMLReader &, const std::string &), QuarkSmearing< LatticePropagator > *(*)(XMLReader &, const std::string &), StringFactoryError > > | Chroma::ThePropSmearingFactory |
Quark smearing factory (foundry) More... | |
typedef SingletonHolder< ObjectFactory< QuarkSmearing< LatticeStaggeredPropagator >, std::string, TYPELIST_2(XMLReader &, const std::string &), QuarkSmearing< LatticeStaggeredPropagator > *(*)(XMLReader &, const std::string &), StringFactoryError > > | Chroma::TheStagPropSmearingFactory |
Quark smearing factory (foundry) More... | |
typedef SingletonHolder< ObjectFactory< QuarkSmearing< LatticeFermion >, std::string, TYPELIST_2(XMLReader &, const std::string &), QuarkSmearing< LatticeFermion > *(*)(XMLReader &, const std::string &), StringFactoryError > > | Chroma::TheFermSmearingFactory |
Quark smearing factory (foundry) More... | |
typedef SingletonHolder< ObjectFactory< QuarkSmearing< LatticeColorVector >, std::string, TYPELIST_2(XMLReader &, const std::string &), QuarkSmearing< LatticeColorVector > *(*)(XMLReader &, const std::string &), StringFactoryError > > | Chroma::TheColorVecSmearingFactory |
Quark smearing factory (foundry) More... | |
Factory for producing quark smearing objects.
Definition in file quark_smearing_factory.h.