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 1795 of file THistSvc.cpp.

1795  {
1796  m_gd = gDirectory;
1797  m_gf = gFile;
1798  m_ge = gErrorIgnoreLevel;
1799 }
THistSvc::GlobalDirectoryRestore::~GlobalDirectoryRestore ( )

Definition at line 1801 of file THistSvc.cpp.

1801  {
1802  gDirectory = m_gd;
1803  gFile = m_gf;
1804  gErrorIgnoreLevel = m_ge;
1805 }

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: