![]() |
ROOT
6.06/09
Reference Guide
|
#include "RConfig.h"
#include "RConfigure.h"
#include "RConfigOptions.h"
#include "RVersion.h"
#include "RGitCommit.h"
#include <string>
#include <map>
#include <stdlib.h>
#include <dlfcn.h>
#include "Riostream.h"
#include "Gtypes.h"
#include "TROOT.h"
#include "TClass.h"
#include "TClassEdit.h"
#include "TClassGenerator.h"
#include "TDataType.h"
#include "TDatime.h"
#include "TStyle.h"
#include "TObjectTable.h"
#include "TClassTable.h"
#include "TSystem.h"
#include "THashList.h"
#include "TObjArray.h"
#include "TEnv.h"
#include "TError.h"
#include "TColor.h"
#include "TGlobal.h"
#include "TFunction.h"
#include "TVirtualPad.h"
#include "TBrowser.h"
#include "TSystemDirectory.h"
#include "TApplication.h"
#include "TInterpreter.h"
#include "TGuiFactory.h"
#include "TMessageHandler.h"
#include "TFolder.h"
#include "TQObject.h"
#include "TProcessUUID.h"
#include "TPluginManager.h"
#include "TMap.h"
#include "TObjString.h"
#include "TVirtualMutex.h"
#include "TListOfTypes.h"
#include "TListOfDataMembers.h"
#include "TListOfEnumsWithLock.h"
#include "TListOfFunctions.h"
#include "TListOfFunctionTemplates.h"
#include "TFunctionTemplate.h"
#include "ThreadLocalStorage.h"
Go to the source code of this file.
Namespaces | |
ROOT | |
Namespace for new ROOT classes and functions. | |
ROOT::Internal | |
Typedefs | |
typedef TROOT *(* | ROOT::Internal::GetROOTFun_t) () |
Functions | |
void | R__SetZipMode (int) |
static Int_t | IVERSQ () |
Return version id as an integer, i.e. "2.22/04" -> 22204. More... | |
static Int_t | IDATQQ (const char *date) |
Return built date as integer, i.e. "Apr 28 2000" -> 20000428. More... | |
static Int_t | ITIMQQ (const char *time) |
Return built time as integer (with min precision), i.e. More... | |
static void | CleanUpROOTAtExit () |
Clean up at program termination before global objects go out of scope. More... | |
static void | at_exit_of_TROOT () |
TROOT * | ROOT::Internal::GetROOT1 () |
TROOT * | ROOT::Internal::GetROOT2 () |
TROOT * | ROOT::GetROOT () |
TString & | ROOT::GetMacroPath () |
void | ROOT::EnableThreadSafety () |
Enables the global mutex to make ROOT thread safe/aware. More... | |
ClassImp (TROOT) TROOT | |
Default ctor. More... | |
static TClass * | R__GetClassIfKnown (const char *className) |
Check whether className is a known class, and only autoload if we can. More... | |
Bool_t & | GetReadingObject () |
static void | CallCloseFiles () |
Insure that the files, canvases and sockets are closed. More... | |
Variables | |
static DestroyInterpreter_t * | gDestroyInterpreter = 0 |
static void * | gInterpreterLib = 0 |
TVirtualMutex * | gROOTMutex = 0 |
void **(* | gThreadTsd )(void *, Int_t)=0 |
static GetROOTFun_t | ROOT::Internal::gGetROOT = &GetROOT1 |
Int_t | gDebug |
|
static |
Definition at line 269 of file TROOT.cxx.
Referenced by TROOT::InitInterpreter().
|
static |
Insure that the files, canvases and sockets are closed.
Definition at line 2177 of file TROOT.cxx.
Referenced by TROOT::RegisterModule().
|
static |
Clean up at program termination before global objects go out of scope.
Definition at line 207 of file TROOT.cxx.
Referenced by TROOT::TROOT().
Bool_t& GetReadingObject | ( | ) |
Definition at line 2120 of file TROOT.cxx.
Referenced by TROOT::ReadingObject(), and TROOT::SetReadingObject().
|
static |
Return built date as integer, i.e. "Apr 28 2000" -> 20000428.
Definition at line 176 of file TROOT.cxx.
Referenced by TROOT::TROOT().
|
static |
Return built time as integer (with min precision), i.e.
"17:32:37" -> 1732.
Definition at line 197 of file TROOT.cxx.
Referenced by TROOT::TROOT().
|
static |
Return version id as an integer, i.e. "2.22/04" -> 22204.
Definition at line 166 of file TROOT.cxx.
Referenced by TROOT::TROOT().
|
static |
Check whether className is a known class, and only autoload if we can.
Helper function for TROOT::IgnoreInclude().
Definition at line 1558 of file TROOT.cxx.
Referenced by TROOT::IgnoreInclude().
void R__SetZipMode | ( | int | ) |
Referenced by TROOT::InitSystem().
|
static |
TVirtualMutex* gROOTMutex = 0 |