1 #ifndef GEAR_TPCModuleXML_H
2 #define GEAR_TPCModuleXML_H 1
5 #include "gearxml/XMLHandler.h"
6 #include "gear/TPCModule.h"
34 int tpcCoordinateType,
int moduleID)
const ;
virtual TiXmlElement toXML(const TPCModule *layout) const
Creates an XML node for the given TPCModule.
The element is a container class.
virtual TPCModule * fromXML(const TiXmlElement *moduleElement, const TiXmlElement *defaultModuleElement, int tpcCoordinateType, int moduleID) const
Creates the appropriate TPCModule class from the given XML element (node)
A wrapper Class for PadRowLayout2D which converts between the actual pad layouts local coodinate syst...
Abstract XML handler for TPCModuleXML.