1 #ifndef GEAR_CalorimeterParametersXML_H
2 #define GEAR_CalorimeterParametersXML_H 1
5 #include "gearxml/XMLHandler.h"
46 bool isEqual(
const double valueOne,
const double valueTwo )
const ;
Interface for XML handlers of GEAR classes.
XML handler for CalorimeterParameters.
Abstract interface for a set of parameters that can be used to describe the geometrical properties of...
The element is a container class.
virtual TiXmlElement toXML(const GearParameters ¶meters) const
Creates an XML node for the given parameters.
virtual GearParameters * fromXML(const TiXmlElement *xmlElement, GearMgr *gearMgr=0) const
Creates the appropriate GearParameters subclass from the given XML element (node) ...
Abstract interface for a manager class that returns the Gear classes for the relevant subdetectors...