Gaudi Framework, version v21r6

Home   Generated: 11 Nov 2009

THistSvc::GlobalDirectoryRestore Class Reference

Collaboration diagram for THistSvc::GlobalDirectoryRestore:

Collaboration graph
[legend]

List of all members.


Detailed Description

Definition at line 72 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 1262 of file THistSvc.cpp.

01262                                                        {
01263   m_gd = gDirectory;
01264   m_gf = gFile;
01265   m_ge = gErrorIgnoreLevel;
01266 }

THistSvc::GlobalDirectoryRestore::~GlobalDirectoryRestore (  ) 

Definition at line 1268 of file THistSvc.cpp.

01268                                                         {
01269   gDirectory = m_gd;
01270   gFile = m_gf;
01271   gErrorIgnoreLevel = m_ge;
01272 }


Member Data Documentation

Definition at line 77 of file THistSvc.h.

Definition at line 78 of file THistSvc.h.

Definition at line 79 of file THistSvc.h.


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

Generated at Wed Nov 11 16:35:02 2009 for Gaudi Framework, version v21r6 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004