39 "RAM:\t",
sysinfo_.fPhysRam,
"MB",
"\n");
63 return !(*
this == other);
67 : file_(new TFile(filename.c_str(), mode)) {}
79 std::ifstream infile(file_name);
83 void WriteToFile(
const std::string& filename,
const std::string& content) {
84 std::ofstream ofs(filename);