14 #ifndef FORCESMEAR_INCLUDED
15 #define FORCESMEAR_INCLUDED
66 ProductCreator p = Factory::Find(subtype);
68 return p ? (*p)(proj) : 0;
73 ProductCreator p = Factory::Find(subtype);
75 return p ? (*p)(proj.
get()) : 0;
78 #ifdef USE_FACTORY_AUTOREGISTER
80 static bool init_factory();
Bridge::VerboseLevel m_vl
void set_parameter_verboselevel(const Bridge::VerboseLevel vl)
ForceSmear & operator=(const ForceSmear &)
Base class for force calculation of smeared operators.
virtual void force_udiv(Field_G &, const Field_G &, const Field_G &)
Common parameter class: provides parameters as singleton.
base class for projection operator into gauge group.
std::string IdentifierType
Factory template class.
virtual void set_parameters(const Parameters &)=0