RecResult
This represents the results of a reconstruction process, for example a fit to a given model. These are the data members:
// dictionary of status (bool)
dict::dictionary< bool > status;
// main quality of the recon object (i.e chi2)
double quality;
// number of degrees of freedom
int ndof;
// dictionary of qualities of the recon object
dict::dictionary< double > qualitymap;