|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 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 1257 of file THistSvc.cpp.
01257 { 01258 m_gd = gDirectory; 01259 m_gf = gFile; 01260 m_ge = gErrorIgnoreLevel; 01261 }
| THistSvc::GlobalDirectoryRestore::~GlobalDirectoryRestore | ( | ) |
Definition at line 1263 of file THistSvc.cpp.
01263 { 01264 gDirectory = m_gd; 01265 gFile = m_gf; 01266 gErrorIgnoreLevel = m_ge; 01267 }
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.