THistSvc::GlobalDirectoryRestore Class Reference
Collaboration diagram for THistSvc::GlobalDirectoryRestore:

Public Member Functions

 GlobalDirectoryRestore ()
 
 ~GlobalDirectoryRestore ()
 

Private Attributes

TDirectory * m_gd
 
TFile * m_gf
 
int m_ge
 

Detailed Description

Definition at line 95 of file THistSvc.h.

Constructor & Destructor Documentation

THistSvc::GlobalDirectoryRestore::GlobalDirectoryRestore ( )

Definition at line 1705 of file THistSvc.cpp.

1705  {
1706  m_gd = gDirectory;
1707  m_gf = gFile;
1708  m_ge = gErrorIgnoreLevel;
1709 }
THistSvc::GlobalDirectoryRestore::~GlobalDirectoryRestore ( )

Definition at line 1711 of file THistSvc.cpp.

1711  {
1712  gDirectory = m_gd;
1713  gFile = m_gf;
1714  gErrorIgnoreLevel = m_ge;
1715 }

Member Data Documentation

TDirectory* THistSvc::GlobalDirectoryRestore::m_gd
private

Definition at line 100 of file THistSvc.h.

int THistSvc::GlobalDirectoryRestore::m_ge
private

Definition at line 102 of file THistSvc.h.

TFile* THistSvc::GlobalDirectoryRestore::m_gf
private

Definition at line 101 of file THistSvc.h.


The documentation for this class was generated from the following files: