|
Gaudi Framework, version v23r1 |
| Home | Generated: Wed Feb 29 2012 |

Public Member Functions | |
| GlobalDirectoryRestore () | |
| ~GlobalDirectoryRestore () | |
Private Attributes | |
| TDirectory * | m_gd |
| TFile * | m_gf |
| int | m_ge |
Definition at line 96 of file THistSvc.h.
| THistSvc::GlobalDirectoryRestore::GlobalDirectoryRestore | ( | ) |
Definition at line 1807 of file THistSvc.cpp.
{
m_gd = gDirectory;
m_gf = gFile;
m_ge = gErrorIgnoreLevel;
}
| THistSvc::GlobalDirectoryRestore::~GlobalDirectoryRestore | ( | ) |
Definition at line 1813 of file THistSvc.cpp.
{
gDirectory = m_gd;
gFile = m_gf;
gErrorIgnoreLevel = m_ge;
}
TDirectory* THistSvc::GlobalDirectoryRestore::m_gd [private] |
Definition at line 101 of file THistSvc.h.
int THistSvc::GlobalDirectoryRestore::m_ge [private] |
Definition at line 103 of file THistSvc.h.
TFile* THistSvc::GlobalDirectoryRestore::m_gf [private] |
Definition at line 102 of file THistSvc.h.