59 m_obs.push_back(observable);
std::vector< Observable * > m_obs
Vector of pointers to Observable instances.
Main include file for all headers.
GluonField * m_lat
Pointer to the GluonField instance.
std::array< int, 4 > m_size
Size of the sublattice.
Prototype for the Action class group.
Action * m_act
Pointer to the Action instance.
void setAction(Action *action)
Initializes the Action object pointer given an instance of it.
Field< SU3, 4 > GluonField
void addObservable(Observable *observable)
Adds a Observable class pointer to the vector of observables of the App.
Prototype for the Observable class group.
virtual void createLattice(std::array< int, 4 > latticeSize)
Initializes the GluonField object given a sublattice size.