![]() |
ROOT
6.06/09
Reference Guide
|
#include "RConfigure.h"#include <string.h>#include <stdio.h>#include <stdlib.h>#include <ctype.h>#include "TEnv.h"#include "TROOT.h"#include "TSystem.h"#include "THashList.h"#include "TError.h"
Include dependency graph for TEnv.cxx:Go to the source code of this file.
Functions | |
| ClassImp (TEnv) TEnv | |
Create a resource table and read the (possibly) three resource files, i.e $ROOTSYS/etc/system<name> (or ROOTETCDIR/system<name>), $HOME/<name> and `. More... | |
Variables | |
| TEnv * | gEnv |
| static struct BoolNameTable_t | gBoolNames [] |
| ClassImp | ( | TEnv | ) |
Create a resource table and read the (possibly) three resource files, i.e $ROOTSYS/etc/system<name> (or ROOTETCDIR/system<name>), $HOME/<name> and `.
/`<name>. ROOT always reads ".rootrc" (in TROOT::InitSystem()). You can read additional user defined resource files by creating additional TEnv objects. By setting the shell variable ROOTENV_NO_HOME=1 the reading of the $HOME/<name> resource file will be skipped. This might be useful in case the home directory resides on an auto-mounted remote file system and one wants to avoid the file system from being mounted.
|
static |
Referenced by TEnv::GetValue().