14 #ifndef GAUGEFIXING_INCLUDED
15 #define GAUGEFIXING_INCLUDED
66 ProductCreator p = Factory::Find(subtype);
68 return p ? (*p)(rand) : 0;
73 ProductCreator p = Factory::Find(subtype);
75 return p ? (*p)(rand.
get()) : 0;
Common parameter class: provides parameters as singleton.
Bridge::VerboseLevel m_vl
Base class of random number generators.
void set_parameter_verboselevel(const Bridge::VerboseLevel vl)
std::string IdentifierType
Factory template class.
GaugeFixing & operator=(const GaugeFixing &)
virtual void fix(Field_G &Ufix, const Field_G &Uorg)=0
virtual void set_parameters(const Parameters ¶ms)=0