|
Geant4
10.02
|
#include <G4BaseFileManager.hh>
Inheritance diagram for G4BaseFileManager:
Collaboration diagram for G4BaseFileManager:Public Member Functions | |
| G4BaseFileManager (const G4AnalysisManagerState &state) | |
| virtual | ~G4BaseFileManager () |
| virtual G4bool | SetFileName (const G4String &fileName) |
| G4String | GetFileName () const |
| G4String | GetFullFileName (const G4String &baseFileName="", G4bool isPerThread=true) const |
| G4String | GetHnFileName (const G4String &hnType, const G4String &hnName) const |
| G4String | GetNtupleFileName (const G4String &ntupleName) const |
| G4String | GetPlotFileName () const |
| G4String | GetFileType () const |
Protected Member Functions | |
| G4String | TakeOffExtension (G4String &name) const |
Protected Attributes | |
| const G4AnalysisManagerState & | fState |
| G4String | fFileName |
Definition at line 38 of file G4BaseFileManager.hh.
|
explicit |
Definition at line 35 of file G4BaseFileManager.cc.
|
virtual |
Definition at line 42 of file G4BaseFileManager.cc.
|
inline |
Definition at line 90 of file G4BaseFileManager.hh.
References fFileName.
| G4String G4BaseFileManager::GetFileType | ( | ) | const |
Definition at line 155 of file G4BaseFileManager.cc.
References fState, G4AnalysisManagerState::GetType(), and G4String::toLower().
Referenced by TakeOffExtension().
Here is the call graph for this function:
Here is the caller graph for this function:| G4String G4BaseFileManager::GetFullFileName | ( | const G4String & | baseFileName = "", |
| G4bool | isPerThread = true |
||
| ) | const |
Definition at line 70 of file G4BaseFileManager.cc.
References G4String::append(), fFileName, fState, G4Threading::G4GetThreadId(), G4AnalysisManagerState::GetIsMaster(), name, and TakeOffExtension().
Referenced by G4XmlFileManager::CloseHnFile(), G4XmlFileManager::CreateHnFile(), G4CsvAnalysisReader::GetHnFileName(), G4XmlRFileManager::GetRFile(), G4RootRFileManager::GetRFile(), G4RootFileManager::OpenFile(), G4XmlRFileManager::OpenRFile(), G4RootRFileManager::OpenRFile(), and G4RootFileManager::WriteFile().
Here is the call graph for this function:
Here is the caller graph for this function:| G4String G4BaseFileManager::GetHnFileName | ( | const G4String & | hnType, |
| const G4String & | hnName | ||
| ) | const |
Definition at line 120 of file G4BaseFileManager.cc.
References G4String::append(), fFileName, name, and TakeOffExtension().
Referenced by G4CsvAnalysisReader::GetHnFileName().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 94 of file G4BaseFileManager.cc.
References G4String::append(), fFileName, fState, G4Threading::G4GetThreadId(), G4AnalysisManagerState::GetIsMaster(), name, and TakeOffExtension().
Referenced by G4CsvFileManager::CloseNtupleFile(), G4XmlFileManager::CloseNtupleFile(), G4CsvFileManager::CreateNtupleFile(), G4XmlFileManager::CreateNtupleFile(), G4CsvAnalysisReader::ReadNtupleImpl(), and G4XmlAnalysisReader::ReadNtupleImpl().
Here is the call graph for this function:
Here is the caller graph for this function:| G4String G4BaseFileManager::GetPlotFileName | ( | ) | const |
Definition at line 141 of file G4BaseFileManager.cc.
References G4String::append(), fFileName, name, and TakeOffExtension().
Here is the call graph for this function:Reimplemented in G4VFileManager.
Definition at line 85 of file G4BaseFileManager.hh.
References fFileName.
Referenced by G4VFileManager::SetFileName().
Here is the caller graph for this function:Definition at line 51 of file G4BaseFileManager.cc.
References G4String::append(), and GetFileType().
Referenced by GetFullFileName(), GetHnFileName(), GetNtupleFileName(), and GetPlotFileName().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 82 of file G4BaseFileManager.hh.
Referenced by GetFileName(), GetFullFileName(), GetHnFileName(), GetNtupleFileName(), GetPlotFileName(), G4CsvFileManager::OpenFile(), G4RootFileManager::OpenFile(), G4XmlFileManager::OpenFile(), and SetFileName().
|
protected |
Definition at line 81 of file G4BaseFileManager.hh.
Referenced by G4XmlFileManager::CloseHnFile(), G4CsvFileManager::CloseNtupleFile(), G4XmlFileManager::CloseNtupleFile(), G4RootFileManager::CreateHistoDirectory(), G4XmlFileManager::CreateHnFile(), G4RootFileManager::CreateNtupleDirectory(), G4CsvFileManager::CreateNtupleFile(), G4XmlFileManager::CreateNtupleFile(), GetFileType(), GetFullFileName(), GetNtupleFileName(), G4RootFileManager::OpenFile(), G4CsvRFileManager::OpenRFile(), G4XmlRFileManager::OpenRFile(), G4RootRFileManager::OpenRFile(), and G4RootFileManager::WriteFile().