|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4Hdf5RFileManager.hh>
Inheritance diagram for G4Hdf5RFileManager:Public Member Functions | |
| G4Hdf5RFileManager (const G4AnalysisManagerState &state) | |
| virtual | ~G4Hdf5RFileManager () |
| virtual G4String | GetFileType () const final |
| hid_t | GetRFile (const G4String &fileName, G4bool isPerThread) const |
| hid_t | GetHistoRDirectory (const G4String &fileName, const G4String &dirName, G4bool isPerThread) |
| hid_t | GetNtupleRDirectory (const G4String &fileName, const G4String &dirName, G4bool isPerThread) |
Public Member Functions inherited from G4BaseFileManager | |
| G4BaseFileManager (const G4AnalysisManagerState &state) | |
| virtual | ~G4BaseFileManager () |
| virtual G4bool | SetFileName (const G4String &fileName) |
| virtual G4String | GetFileType () const |
| void | AddFileName (const G4String &fileName) |
| G4String | GetFileName () const |
| G4String | GetFullFileName (const G4String &baseFileName="", G4bool isPerThread=true) const |
| const std::vector< G4String > & | GetFileNames () const |
| G4String | GetHnFileName (const G4String &hnType, const G4String &hnName) const |
| G4String | GetNtupleFileName (const G4String &ntupleName) const |
| G4String | GetNtupleFileName (G4int ntupleFileNumber) const |
| G4String | GetPlotFileName () const |
Additional Inherited Members | |
Protected Attributes inherited from G4BaseFileManager | |
| const G4AnalysisManagerState & | fState |
| G4String | fFileName |
| std::vector< G4String > | fFileNames |
Definition at line 41 of file G4Hdf5RFileManager.hh.
|
explicit |
Definition at line 45 of file G4Hdf5RFileManager.cc.
|
virtual |
Definition at line 52 of file G4Hdf5RFileManager.cc.
|
inlinefinalvirtual |
Reimplemented from G4BaseFileManager.
Definition at line 47 of file G4Hdf5RFileManager.hh.
| hid_t G4Hdf5RFileManager::GetHistoRDirectory | ( | const G4String & | fileName, |
| const G4String & | dirName, | ||
| G4bool | isPerThread | ||
| ) |
Definition at line 187 of file G4Hdf5RFileManager.cc.
| hid_t G4Hdf5RFileManager::GetNtupleRDirectory | ( | const G4String & | fileName, |
| const G4String & | dirName, | ||
| G4bool | isPerThread | ||
| ) |
Definition at line 194 of file G4Hdf5RFileManager.cc.
Referenced by G4Hdf5AnalysisReader::ReadNtupleImpl().
Definition at line 171 of file G4Hdf5RFileManager.cc.