CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CASM::Monte::CovEvaluator Struct Reference

#include <MonteIO.hh>

Detailed Description

Functor to help evaluate covariance.

Definition at line 144 of file MonteIO.hh.

Public Member Functions

 CovEvaluator (std::string _prop_name1, std::string _prop_name2)
 
double operator() (const ConstMonteCarloPtr &mc)
 

Public Attributes

std::string prop_name1
 
std::string prop_name2
 

Constructor & Destructor Documentation

◆ CovEvaluator()

CASM::Monte::CovEvaluator::CovEvaluator ( std::string  _prop_name1,
std::string  _prop_name2 
)
inline

Definition at line 145 of file MonteIO.hh.

Member Function Documentation

◆ operator()()

double CASM::Monte::CovEvaluator::operator() ( const ConstMonteCarloPtr mc)

Definition at line 66 of file MonteIO.cc.

Member Data Documentation

◆ prop_name1

std::string CASM::Monte::CovEvaluator::prop_name1

Definition at line 150 of file MonteIO.hh.

◆ prop_name2

std::string CASM::Monte::CovEvaluator::prop_name2

Definition at line 151 of file MonteIO.hh.


The documentation for this struct was generated from the following files: