15 #ifndef PROJECTION_INCLUDED 
   16 #define PROJECTION_INCLUDED 
   55                                double alpha, 
const Field_G& Sigmap,
 
   70     ProductCreator p = Factory::Find(subtype);
 
   72     return p ? (*p)() : 0;
 
virtual void set_parameters(const Parameters ¶m)=0
 
void set_parameter_verboselevel(const Bridge::VerboseLevel vl)
 
virtual void force_recursive(Field_G &Xi, Field_G &iTheta, double alpha, const Field_G &Sigmap, const Field_G &C, const Field_G &U)=0
determination of fields for force calculation 
 
Projection & operator=(const Projection &)
 
Common parameter class: provides parameters as singleton. 
 
base class for projection operator into gauge group. 
 
std::string IdentifierType
Factory template class. 
 
virtual void project(Field_G &v, double alpha, const Field_G &C, const Field_G &U)=0
projection V = P[alpha, C, U] 
 
Bridge::VerboseLevel m_vl