thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
LWH::ManagedObject Class Referenceabstract

The creator of trees. More...

#include <ManagedObject.h>

Inheritance diagram for LWH::ManagedObject:

Public Member Functions

virtual ~ManagedObject ()
 Destructor.
 
virtual bool writeXML (std::ostream &os, std::string path, std::string name)=0
 Write out the object to the given stream in XML format.
 
virtual bool writeFLAT (std::ostream &os, std::string path, std::string name)=0
 Write out the object to the given stream in simple table format.
 

Detailed Description

The creator of trees.

Definition at line 25 of file ManagedObject.h.

Constructor & Destructor Documentation

◆ ~ManagedObject()

virtual LWH::ManagedObject::~ManagedObject ( )
inlinevirtual

Destructor.

Definition at line 30 of file ManagedObject.h.

Member Function Documentation

◆ writeFLAT()

virtual bool LWH::ManagedObject::writeFLAT ( std::ostream &  os,
std::string  path,
std::string  name 
)
pure virtual

Write out the object to the given stream in simple table format.

Implemented in LWH::DataPointSet, LWH::Histogram1D, and LWH::Histogram2D.

Referenced by LWH::Tree::commit().

◆ writeXML()

virtual bool LWH::ManagedObject::writeXML ( std::ostream &  os,
std::string  path,
std::string  name 
)
pure virtual

Write out the object to the given stream in XML format.

Implemented in LWH::DataPointSet, LWH::Histogram1D, and LWH::Histogram2D.

Referenced by LWH::Tree::commit().


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