first almost feature complete version of musrFT
This commit is contained in:
@@ -40,14 +40,15 @@ using namespace std;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
/**
|
||||
* <p>
|
||||
* <p>Data structure holding raw time domain uSR data together with some
|
||||
* necessary meta information.
|
||||
*/
|
||||
typedef struct {
|
||||
TString info; //< keeps all the meta information
|
||||
double timeResolution; //< time resolution in (usec)
|
||||
int t0; //< keep the t0 bin
|
||||
Double_t timeRange[2]; //< time range to be used, given in (usec).
|
||||
PDoubleVector rawData; //< a single time domain data vector
|
||||
TString info; ///< keeps all the meta information
|
||||
double timeResolution; ///< time resolution in (usec)
|
||||
int t0; ///< keep the t0 bin
|
||||
Double_t timeRange[2]; ///< time range to be used, given in (usec).
|
||||
PDoubleVector rawData; ///< a single time domain data vector
|
||||
} musrFT_data;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user