![]() |
ATLAS Offline Software
|
#include <RootGlobalsRestore.h>
Public Member Functions | |
| RootGlobalsRestore () | |
| Default constructor: More... | |
| ~RootGlobalsRestore () | |
| Destructor: More... | |
Private Member Functions | |
| RootGlobalsRestore (const RootGlobalsRestore &rhs) | |
| Copy constructor: More... | |
| RootGlobalsRestore & | operator= (const RootGlobalsRestore &rhs) |
| Assignment operator: More... | |
Private Attributes | |
| TDirectory * | m_gd |
| current ROOT directory More... | |
| TFile * | m_gf |
| current ROOT file More... | |
| int | m_ge |
| current ROOT error-level More... | |
state of a few global resources from ROOT and restores their initial value upon d-tor call.
Definition at line 29 of file RootGlobalsRestore.h.
| Athena::RootGlobalsRestore::RootGlobalsRestore | ( | ) |
Default constructor:
Definition at line 25 of file RootGlobalsRestore.cxx.
| Athena::RootGlobalsRestore::~RootGlobalsRestore | ( | ) |
Destructor:
Definition at line 32 of file RootGlobalsRestore.cxx.
|
private |
Copy constructor:
|
private |
Assignment operator:
|
private |
current ROOT directory
Definition at line 60 of file RootGlobalsRestore.h.
|
private |
current ROOT error-level
Definition at line 66 of file RootGlobalsRestore.h.
|
private |
current ROOT file
Definition at line 63 of file RootGlobalsRestore.h.
1.8.18