|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 2010 |

Public Member Functions | |
| GlobalDirectoryRestore () | |
| ~GlobalDirectoryRestore () | |
Private Attributes | |
| TDirectory * | m_gd |
| TFile * | m_gf |
| int | m_ge |
Definition at line 76 of file THistSvc.h.
| THistSvc::GlobalDirectoryRestore::GlobalDirectoryRestore | ( | ) |
Definition at line 1260 of file THistSvc.cpp.
01260 { 01261 m_gd = gDirectory; 01262 m_gf = gFile; 01263 m_ge = gErrorIgnoreLevel; 01264 }
| THistSvc::GlobalDirectoryRestore::~GlobalDirectoryRestore | ( | ) |
Definition at line 1266 of file THistSvc.cpp.
01266 { 01267 gDirectory = m_gd; 01268 gFile = m_gf; 01269 gErrorIgnoreLevel = m_ge; 01270 }
TDirectory* THistSvc::GlobalDirectoryRestore::m_gd [private] |
Definition at line 81 of file THistSvc.h.
TFile* THistSvc::GlobalDirectoryRestore::m_gf [private] |
Definition at line 82 of file THistSvc.h.
int THistSvc::GlobalDirectoryRestore::m_ge [private] |
Definition at line 83 of file THistSvc.h.