31#ifndef G4XmlFileManager_h
32#define G4XmlFileManager_h 1
39#include "tools/waxml/ntuple"
81 static constexpr std::string_view fkClass {
"G4XmlFileManager" };
G4String GetNtupleFileName(const G4String &ntupleName, G4int cycle=0) const
G4bool WriteFile(const G4String &fileName) final
G4bool CloseFile(const G4String &fileName) final
G4bool OpenFile(const G4String &fileName) final
G4String GetFileType() const final
G4bool CloseFileImpl(std::shared_ptr< std::ofstream > file) final
G4XmlFileManager()=delete
std::shared_ptr< std::ofstream > CreateFileImpl(const G4String &fileName) final
G4bool WriteFileImpl(std::shared_ptr< std::ofstream > file) final
G4bool CloseNtupleFile(XmlNtupleDescription *ntupleDescription)
G4bool CreateNtupleFile(XmlNtupleDescription *ntupleDescription)
~G4XmlFileManager() override=default