more to noMuSR data handling

This commit is contained in:
nemu
2008-04-18 15:24:07 +00:00
parent 0f08503c71
commit a0532c3b44
2 changed files with 81 additions and 10 deletions

View File

@ -152,6 +152,9 @@ typedef struct {
double fTimeResolution; ///< time resolution of the run
PDoubleVector fT0s; ///< vector of t0's of a run
vector<PDoubleVector> fDataBin; ///< vector of all histos of a run
PDoubleVector fXData; ///< vector of all x-data if noMuSR fit
PDoubleVector fYData; ///< vector of all x-data if noMuSR fit
PDoubleVector fErrYData; ///< vector of all x-data if noMuSR fit
} PRawRunData;
//-------------------------------------------------------------