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);
static void Info(const std::string &location, const Args &... parts)
Prints information message.
void SetSystemInfo(const SysInfo_t &other)
SysInfo_t GetSystemInfo() const
bool operator==(const RuntimeVariables &other) const
bool operator!=(const RuntimeVariables &other) const
void PrintSystemInfo() const
TFileRaii(const std::string &filename, const char *mode)
bool FileExists(const std::string &file_name)
void WriteToFile(const std::string &filename, const std::string &content)