Gaudi Framework, version v21r9

Home   Generated: 3 May 2010

THistSvc::GlobalDirectoryRestore Class Reference

Collaboration diagram for THistSvc::GlobalDirectoryRestore:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 GlobalDirectoryRestore ()
 ~GlobalDirectoryRestore ()

Private Attributes

TDirectorym_gd
TFilem_gf
int m_ge


Detailed Description

Definition at line 76 of file THistSvc.h.


Constructor & Destructor Documentation

THistSvc::GlobalDirectoryRestore::GlobalDirectoryRestore (  ) 

Definition at line 1260 of file THistSvc.cpp.

01260                                                        {
01261   m_gd = gDirectory;
01262   m_gf = gFile;
01263   m_ge = gErrorIgnoreLevel;
01264 }

THistSvc::GlobalDirectoryRestore::~GlobalDirectoryRestore (  ) 

Definition at line 1266 of file THistSvc.cpp.

01266                                                         {
01267   gDirectory = m_gd;
01268   gFile = m_gf;
01269   gErrorIgnoreLevel = m_ge;
01270 }


Member Data Documentation

Definition at line 81 of file THistSvc.h.

Definition at line 82 of file THistSvc.h.

Definition at line 83 of file THistSvc.h.


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

Generated at Mon May 3 12:26:39 2010 for Gaudi Framework, version v21r9 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004