|
Geant4
10.01.p01
|
#include <G4RootFileManager.hh>
Inheritance diagram for G4RootFileManager:
Collaboration diagram for G4RootFileManager:Private Attributes | |
| tools::wroot::file * | fFile |
| tools::wroot::directory * | fHistoDirectory |
| tools::wroot::directory * | fProfileDirectory |
| tools::wroot::directory * | fNtupleDirectory |
Additional Inherited Members | |
Protected Member Functions inherited from G4BaseFileManager | |
| G4String | TakeOffExtension (G4String &name) const |
Protected Attributes inherited from G4VFileManager | |
| G4String | fHistoDirectoryName |
| G4String | fProfileDirectoryName |
| G4String | fNtupleDirectoryName |
| G4bool | fLockFileName |
| G4bool | fLockHistoDirectoryName |
| G4bool | fLockProfileDirectoryName |
| G4bool | fLockNtupleDirectoryName |
Protected Attributes inherited from G4BaseFileManager | |
| const G4AnalysisManagerState & | fState |
| G4String | fFileName |
Definition at line 47 of file G4RootFileManager.hh.
| G4RootFileManager::G4RootFileManager | ( | const G4AnalysisManagerState & | state | ) |
Definition at line 41 of file G4RootFileManager.cc.
|
virtual |
Definition at line 51 of file G4RootFileManager.cc.
References fFile.
|
virtual |
Implements G4VFileManager.
Definition at line 115 of file G4RootFileManager.cc.
References fFile, and G4VFileManager::fLockFileName.
Referenced by G4RootAnalysisManager::CloseFileImpl().
Here is the caller graph for this function:| G4bool G4RootFileManager::CreateHistoDirectory | ( | ) |
Definition at line 125 of file G4RootFileManager.cc.
References fFile, fHistoDirectory, G4VFileManager::fHistoDirectoryName, G4BaseFileManager::fState, G4Exception(), G4AnalysisManagerState::GetVerboseL2(), G4AnalysisManagerState::GetVerboseL4(), JustWarning, and G4AnalysisVerbose::Message().
Referenced by OpenFile().
Here is the call graph for this function:
Here is the caller graph for this function:| G4bool G4RootFileManager::CreateNtupleDirectory | ( | ) |
Definition at line 193 of file G4RootFileManager.cc.
References fFile, fNtupleDirectory, G4VFileManager::fNtupleDirectoryName, G4BaseFileManager::fState, G4Exception(), G4AnalysisManagerState::GetVerboseL2(), G4AnalysisManagerState::GetVerboseL4(), JustWarning, and G4AnalysisVerbose::Message().
Referenced by OpenFile().
Here is the call graph for this function:
Here is the caller graph for this function:| G4bool G4RootFileManager::CreateProfileDirectory | ( | ) |
Definition at line 159 of file G4RootFileManager.cc.
References fFile, fProfileDirectory, G4VFileManager::fProfileDirectoryName, G4BaseFileManager::fState, G4Exception(), G4AnalysisManagerState::GetVerboseL2(), G4AnalysisManagerState::GetVerboseL4(), JustWarning, and G4AnalysisVerbose::Message().
Referenced by OpenFile().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 78 of file G4RootFileManager.hh.
References fFile.
|
inline |
Definition at line 81 of file G4RootFileManager.hh.
References fHistoDirectory.
Referenced by G4RootAnalysisManager::WriteH1(), G4RootAnalysisManager::WriteH2(), and G4RootAnalysisManager::WriteH3().
Here is the caller graph for this function:
|
inline |
Definition at line 87 of file G4RootFileManager.hh.
References fNtupleDirectory.
Referenced by G4RootAnalysisManager::OpenFileImpl().
Here is the caller graph for this function:
|
inline |
Definition at line 84 of file G4RootFileManager.hh.
References fProfileDirectory.
Referenced by G4RootAnalysisManager::WriteP1(), and G4RootAnalysisManager::WriteP2().
Here is the caller graph for this function:Implements G4VFileManager.
Definition at line 60 of file G4RootFileManager.cc.
References CreateHistoDirectory(), CreateNtupleDirectory(), CreateProfileDirectory(), fFile, G4BaseFileManager::fFileName, G4VFileManager::fLockFileName, G4VFileManager::fLockHistoDirectoryName, G4VFileManager::fLockNtupleDirectoryName, G4VFileManager::fLockProfileDirectoryName, G4cout, G4Exception(), G4BaseFileManager::GetFullFileName(), JustWarning, and name.
Referenced by G4RootAnalysisManager::OpenFileImpl().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Implements G4VFileManager.
Definition at line 96 of file G4RootFileManager.cc.
References fFile, G4BaseFileManager::fState, G4BaseFileManager::GetFullFileName(), G4AnalysisManagerState::GetVerboseL1(), G4AnalysisManagerState::GetVerboseL4(), G4AnalysisVerbose::Message(), and n.
Referenced by G4RootAnalysisManager::WriteImpl().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 70 of file G4RootFileManager.hh.
Referenced by CloseFile(), CreateHistoDirectory(), CreateNtupleDirectory(), CreateProfileDirectory(), GetFile(), OpenFile(), WriteFile(), and ~G4RootFileManager().
|
private |
Definition at line 71 of file G4RootFileManager.hh.
Referenced by CreateHistoDirectory(), and GetHistoDirectory().
|
private |
Definition at line 73 of file G4RootFileManager.hh.
Referenced by CreateNtupleDirectory(), and GetNtupleDirectory().
|
private |
Definition at line 72 of file G4RootFileManager.hh.
Referenced by CreateProfileDirectory(), and GetProfileDirectory().