Gaudi Framework, version v21r8

Home   Generated: 17 Mar 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 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 }


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 Wed Mar 17 18:19:34 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004