|
Gaudi Framework, version v21r7 |
| Home | Generated: 22 Jan 2010 |

Public Member Functions | |
| GlobalDirectoryRestore () | |
| ~GlobalDirectoryRestore () | |
Private Attributes | |
| TDirectory * | m_gd |
| TFile * | m_gf |
| int | m_ge |
Definition at line 72 of file THistSvc.h.
| THistSvc::GlobalDirectoryRestore::GlobalDirectoryRestore | ( | ) |
Definition at line 1262 of file THistSvc.cpp.
01262 { 01263 m_gd = gDirectory; 01264 m_gf = gFile; 01265 m_ge = gErrorIgnoreLevel; 01266 }
| THistSvc::GlobalDirectoryRestore::~GlobalDirectoryRestore | ( | ) |
Definition at line 1268 of file THistSvc.cpp.
01268 { 01269 gDirectory = m_gd; 01270 gFile = m_gf; 01271 gErrorIgnoreLevel = m_ge; 01272 }
TDirectory* THistSvc::GlobalDirectoryRestore::m_gd [private] |
Definition at line 77 of file THistSvc.h.
TFile* THistSvc::GlobalDirectoryRestore::m_gf [private] |
Definition at line 78 of file THistSvc.h.
int THistSvc::GlobalDirectoryRestore::m_ge [private] |
Definition at line 79 of file THistSvc.h.