Gaudi Framework, version v20r4

Generated: 8 Jan 2009

THistSvc::GlobalDirectoryRestore Class Reference

List of all members.


Detailed Description

Definition at line 77 of file THistSvc.h.


Public Member Functions

 GlobalDirectoryRestore ()
 ~GlobalDirectoryRestore ()

Private Attributes

TDirectory * m_gd
TFile * m_gf
int m_ge

Constructor & Destructor Documentation

THistSvc::GlobalDirectoryRestore::GlobalDirectoryRestore (  ) 

Definition at line 1273 of file THistSvc.cpp.

01273                                                        {
01274   m_gd = gDirectory;
01275   m_gf = gFile;
01276   m_ge = gErrorIgnoreLevel;
01277 }

THistSvc::GlobalDirectoryRestore::~GlobalDirectoryRestore (  ) 

Definition at line 1279 of file THistSvc.cpp.

01279                                                         {
01280   gDirectory = m_gd;
01281   gFile = m_gf;
01282   gErrorIgnoreLevel = m_ge;
01283 }


Member Data Documentation

Definition at line 82 of file THistSvc.h.

Definition at line 83 of file THistSvc.h.

Definition at line 84 of file THistSvc.h.


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

Generated at Thu Jan 8 17:52:34 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004