Go to the documentation of this file.
14 #ifndef ACTION_LIST_INCLUDED
15 #define ACTION_LIST_INCLUDED
50 bool append(
const int level,
const std::vector<Action *>& actions);
bool set_integrator_type(const int level, const std::string &type)
Base class of HMC action class family.
std::vector< std::string > m_integrator_types
std::string get_integrator_type(const int level) const
std::vector< Action * > ActionSet
lists of actions at respective integrator levels.
std::vector< ActionSet > m_actions
bool append(const int level, Action *action)
ActionList(const int nlevel)
Bridge::VerboseLevel m_vl
ActionSet get_actions() const
static const std::string class_name