GEAR  1.9.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends Pages
Public Member Functions | List of all members
gear::XMLHandler Class Referenceabstract

Interface for XML handlers of GEAR classes. More...

#include <XMLHandler.h>

Inheritance diagram for gear::XMLHandler:
gear::CalorimeterParametersXML gear::ConstantBFieldXML gear::FTDParametersXML gear::GearParametersXML gear::SiPlanesParametersXML gear::TPCParametersXML gear::TrackerPlanesParametersXML gear::ZPlanarParametersXML

Public Member Functions

virtual TiXmlElement toXML (const GearParameters &parameters) const =0
 Creates an XML node for the given parameters.
 
virtual GearParametersfromXML (const TiXmlElement *xmlElement, GearMgr *gearMgr=0) const =0
 Creates the approprtiate GearParameters subclass from the given XML element (node) and adss it to the given instance of GearMgr (if != 0 ).
 

Detailed Description

Interface for XML handlers of GEAR classes.

Author
F. Gaede, DESY
Version
$Id$

Definition at line 17 of file XMLHandler.h.


The documentation for this class was generated from the following file: