2 #define GEAR_GearXML_H 1
6 #include "gear/GearMgr.h"
26 GearXML(
const std::string& fileName ) ;
44 std::string _fileName{} ;
GearMgr * createGearMgr()
Creates an instance of GearMgr from the data given in the XML file.
Manager class that returns the Gear classes for the relevant subdetectors.
Implementation of GEAR using XML.
static void createXMLFile(GearMgr *mgr, const std::string &fileName)
Write an XML file to disk from the given GearMgr object.
Abstract interface for a manager class that returns the Gear classes for the relevant subdetectors...