6 #ifndef __source_const_factory_w_h__
7 #define __source_const_factory_w_h__
18 typedef SingletonHolder<
19 ObjectFactory<QuarkSourceConstruction<LatticePropagator>,
22 QuarkSourceConstruction<LatticePropagator>* (*)(XMLReader&,
Primary include file for CHROMA library code.
Base class for quark source construction.
SingletonHolder< ObjectFactory< QuarkSourceConstruction< LatticeFermion >, std::string, TYPELIST_2(XMLReader &, const std::string &), QuarkSourceConstruction< LatticeFermion > *(*)(XMLReader &, const std::string &), StringFactoryError > > TheFermSourceConstructionFactory
Propagator source factory (foundry)
SingletonHolder< ObjectFactory< QuarkSourceConstruction< LatticeStaggeredPropagator >, std::string, TYPELIST_2(XMLReader &, const std::string &), QuarkSourceConstruction< LatticeStaggeredPropagator > *(*)(XMLReader &, const std::string &), StringFactoryError > > TheStagPropSourceConstructionFactory
Propagator source factory (foundry)
SingletonHolder< ObjectFactory< QuarkSourceConstruction< LatticePropagator >, std::string, TYPELIST_2(XMLReader &, const std::string &), QuarkSourceConstruction< LatticePropagator > *(*)(XMLReader &, const std::string &), StringFactoryError > > ThePropSourceConstructionFactory
Propagator source factory (foundry)
Asqtad Staggered-Dirac operator.
Factory class for objects from XML input.
#define TYPELIST_2(T1, T2)