Gaudi Framework, version v22r1

Home   Generated: Mon Feb 28 2011
Public Member Functions | Private Attributes

THistSvc::GlobalDirectoryRestore Class Reference

Collaboration diagram for THistSvc::GlobalDirectoryRestore:
Collaboration graph
[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.

                                                       {
  m_gd = gDirectory;
  m_gf = gFile;
  m_ge = gErrorIgnoreLevel;
}
THistSvc::GlobalDirectoryRestore::~GlobalDirectoryRestore (  )

Definition at line 1698 of file THistSvc.cpp.

                                                        {
  gDirectory = m_gd;
  gFile = m_gf;
  gErrorIgnoreLevel = m_ge;
}

Member Data Documentation

Definition at line 95 of file THistSvc.h.

Definition at line 97 of file THistSvc.h.

Definition at line 96 of file THistSvc.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Mon Feb 28 2011 18:28:28 for Gaudi Framework, version v22r1 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004