ATLAS Offline Software
Static Public Member Functions | List of all members
pool::SystemTools Class Reference

#include <POOLCore/SystemTools.h>

Collaboration diagram for pool::SystemTools:

Static Public Member Functions

static const char * GetEnv (const char *key)
 Read an environment variable. More...
 
static std::string GetEnvStr (const std::string &key)
 
static bool FileExists (const char *filename)
 Check if a file exists. More...
 
static std::string itostr (const int i)
 
static std::string FCBasename (const std::string &cat)
 
static MSG::Level GetOutputLvl ()
 
static MSG::Level GetOutputLvlFromEnv ()
 
static bool initGaudi ()
 

Detailed Description

Misc utility methods

Definition at line 15 of file SystemTools.h.

Member Function Documentation

◆ FCBasename()

static std::string pool::SystemTools::FCBasename ( const std::string &  cat)
static

◆ FileExists()

static bool pool::SystemTools::FileExists ( const char *  filename)
static

Check if a file exists.


◆ GetEnv()

static const char* pool::SystemTools::GetEnv ( const char *  key)
static

Read an environment variable.


◆ GetEnvStr()

static std::string pool::SystemTools::GetEnvStr ( const std::string &  key)
static

◆ GetOutputLvl()

static MSG::Level pool::SystemTools::GetOutputLvl ( )
static

◆ GetOutputLvlFromEnv()

static MSG::Level pool::SystemTools::GetOutputLvlFromEnv ( )
static

◆ initGaudi()

static bool pool::SystemTools::initGaudi ( )
static

◆ itostr()

static std::string pool::SystemTools::itostr ( const int  i)
static

The documentation for this class was generated from the following file: