|
musrfit 1.9.9
|
Data structure holding raw time-domain μSR data with metadata. More...
#include <PPrepFourier.h>
Public Attributes | |
| Int_t | dataSetTag |
| Data set identifier tag (needed for average-per-data-set operations) | |
| TString | info |
| Metadata string (run name, histogram info, etc.) | |
| Double_t | timeResolution |
| Time resolution in microseconds (μs) | |
| Int_t | t0 |
| Time zero bin number (start of valid data) | |
| Double_t | timeRange [2] |
| Time range to process: [0]=start, [1]=end in microseconds (μs) | |
| PDoubleVector | rawData |
| Raw time-domain data vector (bin counts) | |
Data structure holding raw time-domain μSR data with metadata.
This structure packages raw histogram data together with essential metadata needed for Fourier transform preparation. It includes timing information, t0 calibration, and time range specifications for selective data processing.
Definition at line 51 of file PPrepFourier.h.
| Int_t musrFT_data::dataSetTag |
Data set identifier tag (needed for average-per-data-set operations)
Definition at line 52 of file PPrepFourier.h.
Referenced by main().
| TString musrFT_data::info |
Metadata string (run name, histogram info, etc.)
Definition at line 53 of file PPrepFourier.h.
Referenced by main(), and musrFT_estimateT0().
| PDoubleVector musrFT_data::rawData |
Raw time-domain data vector (bin counts)
Definition at line 57 of file PPrepFourier.h.
Referenced by main(), musrFT_estimateT0(), and musrFT_groupHistos().
| Int_t musrFT_data::t0 |
Time zero bin number (start of valid data)
Definition at line 55 of file PPrepFourier.h.
Referenced by main(), musrFT_estimateT0(), and musrFT_groupHistos().
| Double_t musrFT_data::timeRange[2] |
Time range to process: [0]=start, [1]=end in microseconds (μs)
Definition at line 56 of file PPrepFourier.h.
Referenced by main().
| Double_t musrFT_data::timeResolution |
Time resolution in microseconds (μs)
Definition at line 54 of file PPrepFourier.h.
Referenced by main().