ThePEG 2.3.0
|
The creator of trees. More...
#include <ManagedObject.h>
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. | |
The creator of trees.
Definition at line 25 of file ManagedObject.h.
|
inlinevirtual |
Destructor.
Definition at line 30 of file ManagedObject.h.
|
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().
|
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().