StatMech
Loading...
Searching...
No Matches
MeasureOfETH_CreateOutputFiles.cpp File Reference

Functions

 for (Integer_t n=n_min;n<=n_max;++n)
 

Variables

std::ofstream OutMeasure [n_max+1]
 

Function Documentation

◆ for()

for ( Integer_t  n = n_min;n <= n_max; ++n)
4 {
5 buff.str(""); buff.clear(std::stringstream::goodbit);
6 buff << "/MeasureOfETH" << PRECISION << "_N" << n << "_" << div << ".txt";
7 std::string filename(MCDirName); filename += buff.str();
8 OutMeasure[n].open(filename); checkIsFileOpen(OutMeasure[n], filename);
9 OutMeasure[n] << std::right;
10 }
std::ofstream OutMeasure[n_max+1]
Definition MeasureOfETH_CreateOutputFiles.cpp:1
bool checkIsFileOpen(std::ifstream &file, std::string const &filename)
Definition file_util.hpp:22
Integer_t const div
Definition setVariablesForEnsemble.cpp:29
std::string MCDirName(baseDirName)
std::stringstream buff("")

Variable Documentation

◆ OutMeasure

std::ofstream OutMeasure[n_max+1]