31#ifndef G4XmlNtupleManager_h
32#define G4XmlNtupleManager_h 1
37#include "tools/waxml/ntuple"
62 void SetFileManager(std::shared_ptr<G4XmlFileManager> fileManager);
65 const std::vector<XmlNtupleDescription*>& GetNtupleDescriptionVector()
const;
69 virtual void CreateTNtupleFromBooking(
72 virtual void FinishTNtuple(
78 std::shared_ptr<G4XmlFileManager> fFileManager;
84G4XmlNtupleManager::SetFileManager(std::shared_ptr<G4XmlFileManager> fileManager)
85{ fFileManager = fileManager; }
87inline const std::vector<G4TNtupleDescription<tools::waxml::ntuple, std::ofstream>*>&
88G4XmlNtupleManager::GetNtupleDescriptionVector()
const
std::vector< G4TNtupleDescription< tools::waxml::ntuple, std::ofstream > * > fNtupleDescriptionVector