14 #ifndef SMEAR_INCLUDED
15 #define SMEAR_INCLUDED
63 ProductCreator p = Factory::Find(subtype);
65 return p ? (*p)(proj) : 0;
70 ProductCreator p = Factory::Find(subtype);
72 return p ? (*p)(proj.
get()) : 0;
75 #ifdef USE_FACTORY_AUTOREGISTER
77 static bool init_factory();
Smear & operator=(const Smear &)
virtual void set_parameters(const Parameters &)=0
Common parameter class: provides parameters as singleton.
virtual void smear(Field_G &, const Field_G &)=0
base class for projection operator into gauge group.
base class for smearing of link variables.
std::string IdentifierType
Factory template class.
Bridge::VerboseLevel m_vl
void set_parameter_verboselevel(const Bridge::VerboseLevel vl)