Gaudi Framework, version v21r11

Home   Generated: 30 Sep 2010

THistSvc::GlobalDirectoryRestore Class Reference

Collaboration diagram for THistSvc::GlobalDirectoryRestore:
[legend]

List of all members.

Public Member Functions

 GlobalDirectoryRestore ()
 ~GlobalDirectoryRestore ()

Private Attributes

TDirectory * m_gd
TFile * m_gf
int m_ge


Detailed Description

Definition at line 90 of file THistSvc.h.


Constructor & Destructor Documentation

THistSvc::GlobalDirectoryRestore::GlobalDirectoryRestore (  ) 

Definition at line 1692 of file THistSvc.cpp.

01692                                                        {
01693   m_gd = gDirectory;
01694   m_gf = gFile;
01695   m_ge = gErrorIgnoreLevel;
01696 }

THistSvc::GlobalDirectoryRestore::~GlobalDirectoryRestore (  ) 

Definition at line 1698 of file THistSvc.cpp.

01698                                                         {
01699   gDirectory = m_gd;
01700   gFile = m_gf;
01701   gErrorIgnoreLevel = m_ge;
01702 }


Member Data Documentation

Definition at line 95 of file THistSvc.h.

Definition at line 96 of file THistSvc.h.

Definition at line 97 of file THistSvc.h.


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

Generated at Thu Sep 30 09:58:48 2010 for Gaudi Framework, version v21r11 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004