Gaudi Framework, version v25r1

Home   Generated: Mon Mar 24 2014
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
THistSvc::GlobalDirectoryRestore Class Reference
Collaboration diagram for THistSvc::GlobalDirectoryRestore:
Collaboration graph
[legend]

Public Member Functions

 GlobalDirectoryRestore ()
 
 ~GlobalDirectoryRestore ()
 

Private Attributes

TDirectory * m_gd
 
TFile * m_gf
 
int m_ge
 

Detailed Description

Definition at line 95 of file THistSvc.h.

Constructor & Destructor Documentation

THistSvc::GlobalDirectoryRestore::GlobalDirectoryRestore ( )

Definition at line 1798 of file THistSvc.cpp.

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

Definition at line 1804 of file THistSvc.cpp.

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

Member Data Documentation

TDirectory* THistSvc::GlobalDirectoryRestore::m_gd
private

Definition at line 100 of file THistSvc.h.

int THistSvc::GlobalDirectoryRestore::m_ge
private

Definition at line 102 of file THistSvc.h.

TFile* THistSvc::GlobalDirectoryRestore::m_gf
private

Definition at line 101 of file THistSvc.h.


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

Generated at Mon Mar 24 2014 18:27:51 for Gaudi Framework, version v25r1 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004