VPTissue Reference Manual
|
Information gathered to evaluat effects of Metropolis Algorithm. More...
#include <NodeMover.h>
Public Member Functions | |
MetropolisInfo (unsigned int dc=0U, unsigned int uc=0U, double dd=0.0, double ud=0.0) | |
MetropolisInfo & | operator+= (const MetropolisInfo &other) |
Public Attributes | |
unsigned int | down_count |
double | down_dh |
unsigned int | up_count |
double | up_dh |
Information gathered to evaluat effects of Metropolis Algorithm.
Definition at line 52 of file NodeMover.h.