#include <G4XmlRFileManager.hh>
Definition at line 44 of file G4XmlRFileManager.hh.
◆ G4XmlRFileManager()
Definition at line 36 of file G4XmlRFileManager.cc.
tools::xml::default_factory * fReadFactory
std::map< G4String, tools::raxml * > fRFiles
G4BaseFileManager(const G4AnalysisManagerState &state)
◆ ~G4XmlRFileManager()
G4XmlRFileManager::~G4XmlRFileManager |
( |
| ) |
|
Definition at line 44 of file G4XmlRFileManager.cc.
tools::xml::default_factory * fReadFactory
std::map< G4String, tools::raxml * > fRFiles
◆ GetRFile()
tools::raxml * G4XmlRFileManager::GetRFile |
( |
const G4String & |
fileName | ) |
const |
Definition at line 115 of file G4XmlRFileManager.cc.
118 G4bool isPerThread =
false;
121 std::map<G4String, tools::raxml*>::const_iterator it
std::map< G4String, tools::raxml * > fRFiles
G4String GetFullFileName(const G4String &baseFileName="", G4bool isPerThread=true) const
◆ OpenRFile()
Definition at line 57 of file G4XmlRFileManager.cc.
60 G4bool isPerThread =
false;
81 std::vector<tools::raxml_out>& objs = newFile->objects();
85 if ( ! newFile->load_file(name, compressed) ) {
87 description <<
" " <<
"Cannot open file " <<
name;
95 std::map<G4String, tools::raxml*>::iterator it
108 ->
Message(
"open",
"read analysis file", name);
tools::xml::default_factory * fReadFactory
const G4AnalysisManagerState & fState
std::ostringstream G4ExceptionDescription
std::map< G4String, tools::raxml * > fRFiles
G4String GetFullFileName(const G4String &baseFileName="", G4bool isPerThread=true) const
G4GLOB_DLL std::ostream G4cout
const G4AnalysisVerbose * GetVerboseL1() const
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
const G4AnalysisVerbose * GetVerboseL4() const
void Message(const G4String &action, const G4String &object, const G4String &objectName, G4bool success=true) const
◆ fReadFactory
tools::xml::default_factory* G4XmlRFileManager::fReadFactory |
|
private |
◆ fRFiles
std::map<G4String, tools::raxml*> G4XmlRFileManager::fRFiles |
|
private |
The documentation for this class was generated from the following files: