Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes | List of all members
BinningProjectorXML Class Reference

An class XML doing serialization and deserialization of derived classes of BinningProjector. More...

#include <BinningProjectorXML.h>

Inheritance diagram for BinningProjectorXML:
Inheritance graph
[legend]
Collaboration diagram for BinningProjectorXML:
Collaboration graph
[legend]

Public Member Functions

 BinningProjectorXML (XmlController *)
 The only public constructor. More...
 
XmlElementcreateElement (const BinningProjector &projector)
 Returns a newly created XML element with attributes set for specified axis. More...
 
XmlElementcreateElement ()
 Creates a new element node. More...
 
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. More...
 
const XmlElementgetNode (const XmlElement *element) const
 Returns the single child node of element of the type that can be handled by this object. More...
 
void getObject (const XmlElement *parent, ProjectorBase *projector)
 Sets the binning attributes of the projector from child nodes of the parent XML element. More...
 
void setBins (const XmlElement *parent, ProjectorBase *projector)
 Sets the contents of the bins. More...
 
virtual const std::string & tagName () const
 Returns the tag name used by this class. More...
 
 ~BinningProjectorXML ()
 The destructor. More...
 

Protected Types

typedef std::list< XmlElement *> NodeList_t
 The container type for element nodes. More...
 

Protected Member Functions

void setId (XmlElement &tag, int id)
 Sets the unique identification of the object. More...
 

Protected Attributes

XmlControllerm_controller
 The singleton XML controller object. More...
 
const std::string m_id
 The attribute name for the identification of the object. More...
 
const std::string m_tagname
 The tag name used for elements created by this class. More...
 
const std::string m_type
 The attribute name for the type of object. More...
 

Private Member Functions

 BinningProjectorXML (const BinningProjectorXML &)
 A private copy constructor in order to avoid copying. More...
 
void createChildren (XmlElement *tag, const BinningProjector &projector)
 Create the child element nodes. More...
 

Private Attributes

BinsBaseXMLm_binsbaseXML
 The BinsBaseXML object used by this object. More...
 
NTupleXMLm_ntupleXML
 The creator of the NTuple element node. More...
 

Detailed Description

An class XML doing serialization and deserialization of derived classes of BinningProjector.

Author
Paul F. Kunz Paul_.nosp@m.Kunz.nosp@m.@slac.nosp@m..sta.nosp@m.nford.nosp@m..edu

Definition at line 31 of file BinningProjectorXML.h.

Member Typedef Documentation

◆ NodeList_t

typedef std::list< XmlElement * > NodeList_t
protectedinherited

The container type for element nodes.

Definition at line 47 of file BaseXML.h.

Constructor & Destructor Documentation

◆ BinningProjectorXML() [1/2]

A private copy constructor in order to avoid copying.

◆ BinningProjectorXML() [2/2]

◆ ~BinningProjectorXML()

Member Function Documentation

◆ createChildren()

void createChildren ( XmlElement tag,
const BinningProjector projector 
)
private

◆ createElement() [1/2]

XmlElement * createElement ( const BinningProjector projector)

Returns a newly created XML element with attributes set for specified axis.

Definition at line 55 of file BinningProjectorXML.cxx.

References BinningProjectorXML::createChildren(), BaseXML::createElement(), BaseXML::m_controller, and BaseXML::setId().

◆ createElement() [2/2]

XmlElement * createElement ( )
inherited

◆ fillNodeList()

void fillNodeList ( const XmlElement element,
std::list< XmlElement * > &  nodelist 
)
inherited

◆ getNode()

const XmlElement * getNode ( const XmlElement element) const
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().

◆ getObject()

void getObject ( const XmlElement parent,
ProjectorBase projector 
)

◆ setBins()

void setBins ( const XmlElement parent,
ProjectorBase projector 
)

Sets the contents of the bins.

Definition at line 103 of file BinningProjectorXML.cxx.

References BaseXML::getNode(), BinningProjectorXML::getObject(), and BinningProjectorXML::m_ntupleXML.

Referenced by BinningProjectorXML::getObject().

◆ setId()

void setId ( XmlElement tag,
int  id 
)
protectedinherited

◆ tagName()

const string & tagName ( ) const
virtualinherited

Returns the tag name used by this class.

Definition at line 48 of file BaseXML.cxx.

References BaseXML::m_tagname.

Member Data Documentation

◆ m_binsbaseXML

BinsBaseXML* m_binsbaseXML
private

◆ m_controller

XmlController* m_controller
protectedinherited

◆ m_id

const std::string m_id
protectedinherited

The attribute name for the identification of the object.

Definition at line 57 of file BaseXML.h.

Referenced by BaseXML::setId().

◆ m_ntupleXML

NTupleXML* m_ntupleXML
private

◆ m_tagname

const std::string m_tagname
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().

◆ m_type

const std::string m_type
protectedinherited

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

Generated for HippoDraw Class Library by doxygen