hopfully improved ascii export

This commit is contained in:
nemu 2009-11-20 16:14:29 +00:00
parent 12d16bab46
commit c7f3eb3be1
2 changed files with 749 additions and 404 deletions

File diff suppressed because it is too large Load Diff

View File

@ -138,6 +138,25 @@ typedef struct {
*/
typedef vector<PMusrCanvasNonMusrDataSet> PMusrCanvasNonMusrDataList;
//------------------------------------------------------------------------
/**
* <p> data structure needed for ascii dump within musrview.
*/
typedef struct {
PDoubleVector dataX;
PDoubleVector data;
PDoubleVector dataErr;
PDoubleVector theoryX;
PDoubleVector theory;
} PMusrCanvasAsciiDump;
//------------------------------------------------------------------------
/**
* <p> vectore of the above data structure. Used if there are multiple histogramms
* to be dumped.
*/
typedef vector<PMusrCanvasAsciiDump> PMusrCanvasAsciiDumpVector;
//--------------------------------------------------------------------------
/**
* <p>The preprocessor tag __MAKECINT__ is used to hide away from rootcint