Geant4_10
Public Member Functions | List of all members
G4RootFileManager Class Reference

#include <G4RootFileManager.hh>

Inheritance diagram for G4RootFileManager:
Inheritance graph
[legend]
Collaboration diagram for G4RootFileManager:
Collaboration graph
[legend]

Public Member Functions

 G4RootFileManager (const G4AnalysisManagerState &state)
 
virtual ~G4RootFileManager ()
 
virtual G4bool OpenFile (const G4String &fileName)
 
virtual G4bool WriteFile ()
 
virtual G4bool CloseFile ()
 
G4bool CreateHistoDirectory ()
 
G4bool CreateNtupleDirectory ()
 
tools::wroot::fileGetFile () const
 
tools::wroot::directory * GetHistoDirectory () const
 
tools::wroot::directory * GetNtupleDirectory () const
 
- Public Member Functions inherited from G4VFileManager
 G4VFileManager (const G4AnalysisManagerState &state)
 
virtual ~G4VFileManager ()
 
G4bool SetFileName (const G4String &fileName)
 
G4bool SetHistoDirectoryName (const G4String &dirName)
 
G4bool SetNtupleDirectoryName (const G4String &dirName)
 
G4String GetFileName () const
 
G4String GetFullFileName () const
 
G4String GetNtupleFileName (const G4String &ntupleName) const
 
G4String GetHistoDirectoryName () const
 
G4String GetNtupleDirectoryName () const
 
G4String GetFileType () const
 

Additional Inherited Members

- Protected Attributes inherited from G4VFileManager
const G4AnalysisManagerStatefState
 
G4String fFileName
 
G4String fHistoDirectoryName
 
G4String fNtupleDirectoryName
 
G4bool fLockFileName
 
G4bool fLockHistoDirectoryName
 
G4bool fLockNtupleDirectoryName
 

Detailed Description

Definition at line 45 of file G4RootFileManager.hh.

Constructor & Destructor Documentation

G4RootFileManager::G4RootFileManager ( const G4AnalysisManagerState state)

Definition at line 40 of file G4RootFileManager.cc.

G4RootFileManager::~G4RootFileManager ( )
virtual

Definition at line 49 of file G4RootFileManager.cc.

Member Function Documentation

G4bool G4RootFileManager::CloseFile ( )
virtual

Implements G4VFileManager.

Definition at line 110 of file G4RootFileManager.cc.

Here is the caller graph for this function:

G4bool G4RootFileManager::CreateHistoDirectory ( )

Definition at line 120 of file G4RootFileManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4RootFileManager::CreateNtupleDirectory ( )

Definition at line 154 of file G4RootFileManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

tools::wroot::file * G4RootFileManager::GetFile ( ) const
inline

Definition at line 74 of file G4RootFileManager.hh.

tools::wroot::directory * G4RootFileManager::GetHistoDirectory ( ) const
inline

Definition at line 77 of file G4RootFileManager.hh.

tools::wroot::directory * G4RootFileManager::GetNtupleDirectory ( ) const
inline

Definition at line 80 of file G4RootFileManager.hh.

Here is the caller graph for this function:

G4bool G4RootFileManager::OpenFile ( const G4String fileName)
virtual

Implements G4VFileManager.

Definition at line 58 of file G4RootFileManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4RootFileManager::WriteFile ( )
virtual

Implements G4VFileManager.

Definition at line 91 of file G4RootFileManager.cc.

Here is the call graph for this function:

Here is the caller graph for this function:


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