1 #ifndef GEAR_TPCParametersXML_H
2 #define GEAR_TPCParametersXML_H 1
5 #include "gearxml/XMLHandler.h"
6 #include "gearxml/TPCModuleXML.h"
7 #include "gear/TPCParameters.h"
Interface for XML handlers of GEAR classes.
Abstract XML handler for TPCParameters.
virtual GearParameters * fromXML(const TiXmlElement *xmlElement, GearMgr *gearMgr=0) const
Creates the appropriate TPCParameters class from the given XML element (node)
Abstract interface for a set of parameters that can be used to describe the geometrical properties of...
The element is a container class.
Abstract interface for a manager class that returns the Gear classes for the relevant subdetectors...
virtual TiXmlElement toXML(const GearParameters &modularTPC) const
Creates an XML node for the given TPCParameters.
Abstract XML handler for TPCModuleXML.