1 #include <gearimpl/GearMgrImpl.h>
4 #include <gearxml/GearXML.h>
14 int main(
int argc,
char* argv[])
19 cout <<
"usage: " << argv[0] <<
" gearfile_IN.xml gearfile_OUT.xml " << endl;
GearMgr * createGearMgr()
Creates an instance of GearMgr from the data given in the XML file.
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...