An class XML doing serialization and de-serialization of derived classes of MapMatrixProjector. More...
#include <MapMatrixProjectorXML.h>
Public Member Functions | |
XmlElement * | createElement (const MapMatrixProjector &projector) |
Returns a newly created XML element with attributes set. | |
XmlElement * | createElement () |
Creates a new element node. | |
void | fillNodeList (const XmlElement *element, std::list< XmlElement * > &nodelist) |
Fills the nodelist with immediate child nodes of element with nodes that can be handled by this object. | |
const XmlElement * | getNode (const XmlElement *element) const |
Returns the single child node of element of the type that can be handled by this object. | |
MapMatrixProjectorXML (XmlController *) | |
The only public constructor. | |
void | setAttributes (const XmlElement *element, ProjectorBase *projector) |
Sets the MapMatrixProjector attributes of the projector from child nodes of the parent XML element. | |
virtual const std::string & | tagName () const |
Returns the tag name used by this class. |
Protected Types | |
typedef std::list< XmlElement * > | NodeList_t |
The container type for element nodes. |
Protected Member Functions | |
void | setId (XmlElement &tag, int id) |
Sets the unique identification of the object. |
Protected Attributes | |
XmlController * | m_controller |
The singleton XML controller object. | |
const std::string | m_id |
The attribute name for the identification of the object. | |
const std::string | m_tagname |
The tag name used for elements created by this class. | |
const std::string | m_type |
The attribute name for the type of object. |
Private Member Functions | |
MapMatrixProjectorXML (const MapMatrixProjectorXML &) | |
A private copy constructor in order to avoid copying. |
Private Attributes | |
std::string | m_x_bins |
Name of attribute for number X bins. | |
std::string | m_x_orig |
Name of attribute for origin along X direction. | |
std::string | m_x_step |
Name of attribute for number step size in X direction. | |
std::string | m_y_bins |
Name of attribute for number Y bins. | |
std::string | m_y_orig |
Name of attribute for origin along Y direction. | |
std::string | m_y_step |
Name of attribute for number step size in Y direction. |
An class XML doing serialization and de-serialization of derived classes of MapMatrixProjector.
Definition at line 29 of file MapMatrixProjectorXML.h.
|
protectedinherited |
|
private |
A private copy constructor in order to avoid copying.
MapMatrixProjectorXML | ( | XmlController * | controller | ) |
The only public constructor.
Definition at line 28 of file MapMatrixProjectorXML.cxx.
XmlElement * createElement | ( | const MapMatrixProjector & | projector | ) |
Returns a newly created XML element with attributes set.
Definition at line 41 of file MapMatrixProjectorXML.cxx.
References BaseXML::createElement(), MapMatrixProjector::getBinWidth(), MapMatrixProjector::getNumberOfBins(), MapMatrixProjector::getOffset(), BaseXML::m_controller, MapMatrixProjectorXML::m_x_bins, MapMatrixProjectorXML::m_x_orig, MapMatrixProjectorXML::m_x_step, MapMatrixProjectorXML::m_y_bins, MapMatrixProjectorXML::m_y_orig, MapMatrixProjectorXML::m_y_step, XmlElement::setAttribute(), BaseXML::setId(), hippodraw::Axes::X, and hippodraw::Axes::Y.
|
inherited |
Creates a new element node.
Uses the current document as determined by the XMLController.
Definition at line 43 of file BaseXML.cxx.
References XmlDocument::createElement(), BaseXML::m_tagname, and XmlController::m_xml_doc.
Referenced by PlotterBaseXML::createAxisModel(), BinningProjectorXML::createChildren(), AxisModelXML::createChildren(), DataRepXML::createChildren(), NTupleXML::createChildren2D(), PlotterBaseXML::createCutChildren(), TransformXML::createElement(), FunctionProjectorXML::createElement(), HiNTupleXML::createElement(), NTupleProjectorXML::createElement(), BinsBaseXML::createElement(), BinToColorXML::createElement(), ColorXML::createElement(), BinnerAxisXML::createElement(), BinningProjectorXML::createElement(), ViewBaseXML::createElement(), MapMatrixProjectorXML::createElement(), NTupleXML::createElement(), PointRepXML::createElement(), TupleCutXML::createElement(), DataRepXML::createElement(), PlotterBaseXML::createElement(), PlotterBaseXML::createFontElement(), and PlotterBaseXML::createFontElements().
|
inherited |
Fills the nodelist with immediate child nodes of element with nodes that can be handled by this object.
Definition at line 58 of file BaseXML.cxx.
References XmlElement::fillNodeList(), and BaseXML::m_tagname.
Referenced by ViewBaseXML::connectPlotters(), PlotterBaseXML::createAxisModels(), AxisModelXML::createChildren(), PlotterBaseXML::createFontObjects(), BinToColorXML::createObject(), BinsBaseXML::createObject(), XmlController::getDataReps(), PlotterBaseXML::getObject(), TupleCutXML::getObjects(), XmlController::getTupleCuts(), XmlController::getViews(), PlotterBaseXML::handleCutPlotter(), XmlController::openNTuples(), and TupleCutXML::setAttributes().
|
inherited |
Returns the single child node of element of the type that can be handled by this object.
If no such node exists, returns a null pointer.
Definition at line 53 of file BaseXML.cxx.
References XmlElement::getNode(), and BaseXML::m_tagname.
Referenced by PointRepXML::createObject(), DataRepXML::createObject(), BinningProjectorXML::getObject(), PlotterBaseXML::getObject(), ViewBaseXML::getObjects(), and BinningProjectorXML::setBins().
void setAttributes | ( | const XmlElement * | element, |
ProjectorBase * | projector | ||
) |
Sets the MapMatrixProjector attributes of the projector from child nodes of the parent XML element.
Definition at line 69 of file MapMatrixProjectorXML.cxx.
References MapMatrixProjectorXML::m_x_bins, MapMatrixProjectorXML::m_x_orig, MapMatrixProjectorXML::m_x_step, MapMatrixProjectorXML::m_y_bins, MapMatrixProjectorXML::m_y_orig, MapMatrixProjectorXML::m_y_step, hippodraw::Axes::X, and hippodraw::Axes::Y.
|
protectedinherited |
Sets the unique identification of the object.
Definition at line 64 of file BaseXML.cxx.
References BaseXML::m_id, and XmlElement::setAttribute().
Referenced by FunctionProjectorXML::createElement(), HiNTupleXML::createElement(), NTupleProjectorXML::createElement(), BinningProjectorXML::createElement(), ViewBaseXML::createElement(), MapMatrixProjectorXML::createElement(), TupleCutXML::createElement(), DataRepXML::createElement(), PlotterBaseXML::createElement(), NTupleXML::setAttributes(), and PointRepXML::setAttributes().
|
virtualinherited |
Returns the tag name used by this class.
Definition at line 48 of file BaseXML.cxx.
References BaseXML::m_tagname.
|
protectedinherited |
The singleton XML controller object.
Definition at line 60 of file BaseXML.h.
Referenced by ViewBaseXML::connectPlotters(), NTupleProjectorXML::createChildren(), PlotterBaseXML::createCutChildren(), DataRepXML::createDataRep(), FunctionProjectorXML::createElement(), NTupleProjectorXML::createElement(), HiNTupleXML::createElement(), BinningProjectorXML::createElement(), ViewBaseXML::createElement(), MapMatrixProjectorXML::createElement(), TupleCutXML::createElement(), DataRepXML::createElement(), PlotterBaseXML::createElement(), PlotterBaseXML::createFontObjects(), DataRepXML::createFunctionTargetChild(), DataRepXML::createObject(), PlotterBaseXML::createPlotter(), PlotterBaseXML::createTextChildren(), PlotterBaseXML::getCutTargets(), PlotterBaseXML::getObject(), ViewBaseXML::getObjects(), PlotterBaseXML::handleCutPlotter(), PlotterBaseXML::handleFunction(), PlotterBaseXML::handleTextPlotter(), NTupleXML::setAttributes(), and PointRepXML::setAttributes().
|
protectedinherited |
The attribute name for the identification of the object.
Definition at line 57 of file BaseXML.h.
Referenced by BaseXML::setId().
|
protectedinherited |
The tag name used for elements created by this class.
Definition at line 50 of file BaseXML.h.
Referenced by BaseXML::createElement(), BaseXML::fillNodeList(), BaseXML::getNode(), and BaseXML::tagName().
|
protectedinherited |
The attribute name for the type of object.
Used to create object from one of the classes derived from Factory.
Definition at line 54 of file BaseXML.h.
Referenced by DataRepXML::createDataRep(), TransformXML::createElement(), BinsBaseXML::createElement(), BinToColorXML::createElement(), DataRepXML::createElement(), PlotterBaseXML::createElement(), TransformXML::createObject(), BinToColorXML::createObject(), BinsBaseXML::createObject(), BinnerAxisXML::createObject(), PointRepXML::createObject(), DataRepXML::createObject(), PlotterBaseXML::createPlotter(), BinnerAxisXML::setAttributes(), and PointRepXML::setAttributes().
|
private |
Name of attribute for number X bins.
Definition at line 39 of file MapMatrixProjectorXML.h.
Referenced by MapMatrixProjectorXML::createElement(), and MapMatrixProjectorXML::setAttributes().
|
private |
Name of attribute for origin along X direction.
Definition at line 55 of file MapMatrixProjectorXML.h.
Referenced by MapMatrixProjectorXML::createElement(), and MapMatrixProjectorXML::setAttributes().
|
private |
Name of attribute for number step size in X direction.
Definition at line 47 of file MapMatrixProjectorXML.h.
Referenced by MapMatrixProjectorXML::createElement(), and MapMatrixProjectorXML::setAttributes().
|
private |
Name of attribute for number Y bins.
Definition at line 43 of file MapMatrixProjectorXML.h.
Referenced by MapMatrixProjectorXML::createElement(), and MapMatrixProjectorXML::setAttributes().
|
private |
Name of attribute for origin along Y direction.
Definition at line 59 of file MapMatrixProjectorXML.h.
Referenced by MapMatrixProjectorXML::createElement(), and MapMatrixProjectorXML::setAttributes().
|
private |
Name of attribute for number step size in Y direction.
Definition at line 51 of file MapMatrixProjectorXML.h.
Referenced by MapMatrixProjectorXML::createElement(), and MapMatrixProjectorXML::setAttributes().