AnalyzeCluster
-
class AnalyzeCluster : public feasst::Analyze
Harvest cluster size information from any Trial with SelectCluster in its first stage (e.g., TrialTranslateCluster and TrialRotateCluster).
Arguments
Stepper arguments.
Public Functions
-
std::string header(const MonteCarlo &mc) const
Return the header for writing.
-
void initialize(MonteCarlo *mc)
Initialize and precompute before trials.
-
void update(const MonteCarlo &mc)
Perform update action.
-
std::string write(const MonteCarlo &mc)
Perform write action.
-
const Accumulator &cluster_size() const
Return the cluster size.