BIE::DataTree Class Reference

DataTree instances hold the input data in a summarized/decimated form. More...

#include <DataTree.h>

Inheritance diagram for BIE::DataTree:
Collaboration diagram for BIE::DataTree:

List of all members.

Public Member Functions

 DataTree (RecordInputStream *inputstream, SampleDistribution *distfactory, Tessellation *tess)
 Create fulldist from dataset, distribution factory, and tessellation.
 ~DataTree ()
 Destructor.
void AddDataPoints (RecordInputStream *inputstream)
 Add data points to all tiles to which it belongs.

Friends

class boost::serialization::access


Detailed Description

DataTree instances hold the input data in a summarized/decimated form.

This data is held in histograms (binned distributions), with one histogram for each tile in the tessellation being used. The actual datapoints are not stored, only the histograms. The various models produced during simulations are compared with these histograms. The tessellation and type of histogram is specified by users of this class.


Member Function Documentation

void BIE::DataTree::AddDataPoints ( RecordInputStream inputstream  ) 

Add data points to all tiles to which it belongs.

This method can be used after construction to add data from multiple additional sources.


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

Send suggestions, questions, and feedback to WEINBERG at ASTRO dot UMASS dot EDU.
Documentation generated at Fri Mar 26 00:35:12 2010 by doxygen