1 #ifndef GEAR_SimpleMaterialXML_H
2 #define GEAR_SimpleMaterialXML_H 1
XML handler for SimpleMaterial.
Abstract interface for a simple material description tjhat hold s the following properties: A...
The element is a container class.
virtual SimpleMaterial * fromXML(const TiXmlElement *xmlElement, GearMgr *gearMgr=0) const
Creates a SimpleMaterial from the XML element (node)
virtual TiXmlElement toXML(const SimpleMaterial &material) const
Creates an XML node for the given material.
Abstract interface for a manager class that returns the Gear classes for the relevant subdetectors...