|
Geant4
10.01.p01
|
#include <G4CsvFileManager.hh>
Inheritance diagram for G4CsvFileManager:
Collaboration diagram for G4CsvFileManager: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 42 of file G4CsvFileManager.hh.
| G4CsvFileManager::G4CsvFileManager | ( | const G4AnalysisManagerState & | state | ) |
Definition at line 34 of file G4CsvFileManager.cc.
| G4CsvFileManager::~G4CsvFileManager | ( | ) |
Definition at line 40 of file G4CsvFileManager.cc.
|
virtual |
Implements G4VFileManager.
Definition at line 68 of file G4CsvFileManager.cc.
References G4VFileManager::fLockFileName.
Referenced by G4CsvAnalysisManager::CloseFileImpl().
Here is the caller graph for this function:| G4bool G4CsvFileManager::CloseNtupleFile | ( | G4CsvNtupleDescription * | ntupleDescription | ) |
Definition at line 108 of file G4CsvFileManager.cc.
References G4CsvNtupleDescription::fFile, G4CsvNtupleDescription::fNtupleBooking, G4BaseFileManager::fState, G4BaseFileManager::GetNtupleFileName(), G4AnalysisManagerState::GetVerboseL1(), G4AnalysisManagerState::GetVerboseL4(), and G4AnalysisVerbose::Message().
Referenced by G4CsvAnalysisManager::CloseNtupleFiles().
Here is the call graph for this function:
Here is the caller graph for this function:| G4bool G4CsvFileManager::CreateNtupleFile | ( | G4CsvNtupleDescription * | ntupleDescription | ) |
Definition at line 75 of file G4CsvFileManager.cc.
References G4CsvNtupleDescription::fFile, G4CsvNtupleDescription::fNtupleBooking, G4BaseFileManager::fState, G4Exception(), G4BaseFileManager::GetNtupleFileName(), G4AnalysisManagerState::GetVerboseL1(), G4AnalysisManagerState::GetVerboseL4(), JustWarning, and G4AnalysisVerbose::Message().
Referenced by G4CsvNtupleManager::CreateNtuple(), and G4CsvNtupleManager::CreateNtuplesFromBooking().
Here is the call graph for this function:
Here is the caller graph for this function:Implements G4VFileManager.
Definition at line 49 of file G4CsvFileManager.cc.
References G4BaseFileManager::fFileName, G4VFileManager::fLockFileName, and G4VFileManager::fLockNtupleDirectoryName.
Referenced by G4CsvAnalysisManager::OpenFileImpl().
Here is the caller graph for this function:
|
virtual |
Implements G4VFileManager.
Definition at line 61 of file G4CsvFileManager.cc.