|
musrfit 1.10.0
|
#include <PMusrCanvas.h>

Public Attributes | |
| TGraphErrors * | data |
| data error graph | |
| TGraphErrors * | dataFourierRe |
| real part of the Fourier transform of the data error graph | |
| TGraphErrors * | dataFourierIm |
| imaginary part of the Fourier transform of the data error graph | |
| TGraphErrors * | dataFourierPwr |
| power spectrum of the Fourier transform of the data error graph | |
| TGraphErrors * | dataFourierPhase |
| phase spectrum of the Fourier transform of the data error graph | |
| TGraphErrors * | theory |
| theory histogram belonging to the data error graph | |
| TGraphErrors * | theoryFourierRe |
| real part of the Fourier transform of the theory error graph | |
| TGraphErrors * | theoryFourierIm |
| imaginary part of the Fourier transform of the theory error graph | |
| TGraphErrors * | theoryFourierPwr |
| power spectrum of the Fourier transform of the theory error graph | |
| TGraphErrors * | theoryFourierPhase |
| phase spectrum of the Fourier transform of the theory error graph | |
| TGraphErrors * | diff |
| difference error graph, i.e. data-theory | |
| TGraphErrors * | diffFourierRe |
| real part of the Fourier transform of the diff error graph | |
| TGraphErrors * | diffFourierIm |
| imaginary part of the Fourier transform of the diff error graph | |
| TGraphErrors * | diffFourierPwr |
| power spectrum of the Fourier transform of the diff error graph | |
| TGraphErrors * | diffFourierPhase |
| phase spectrum of the Fourier transform of the diff error graph | |
| PMusrCanvasPlotRange * | dataRange |
| keep the msr-file plot data range | |
| UInt_t | diffFourierTag |
| 0=not relevant, 1=d-f (Fourier of difference time spectra), 2=f-d (difference of Fourier spectra) | |
Structure holding all necessary error graphs for a single plot block entry for fit types: non-muSR fit.
Definition at line 179 of file PMusrCanvas.h.
| TGraphErrors* PMusrCanvasNonMusrDataSet::data |
data error graph
Definition at line 180 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), PMusrCanvas::HandleNonMusrDataSet(), and PMusrCanvas::InitDataSet().
| TGraphErrors* PMusrCanvasNonMusrDataSet::dataFourierIm |
imaginary part of the Fourier transform of the data error graph
Definition at line 182 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), and PMusrCanvas::InitDataSet().
| TGraphErrors* PMusrCanvasNonMusrDataSet::dataFourierPhase |
phase spectrum of the Fourier transform of the data error graph
Definition at line 184 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), and PMusrCanvas::InitDataSet().
| TGraphErrors* PMusrCanvasNonMusrDataSet::dataFourierPwr |
power spectrum of the Fourier transform of the data error graph
Definition at line 183 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), and PMusrCanvas::InitDataSet().
| TGraphErrors* PMusrCanvasNonMusrDataSet::dataFourierRe |
real part of the Fourier transform of the data error graph
Definition at line 181 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), and PMusrCanvas::InitDataSet().
| PMusrCanvasPlotRange* PMusrCanvasNonMusrDataSet::dataRange |
keep the msr-file plot data range
Definition at line 195 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), PMusrCanvas::HandleNonMusrDataSet(), and PMusrCanvas::InitDataSet().
| TGraphErrors* PMusrCanvasNonMusrDataSet::diff |
difference error graph, i.e. data-theory
Definition at line 190 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), and PMusrCanvas::InitDataSet().
| TGraphErrors* PMusrCanvasNonMusrDataSet::diffFourierIm |
imaginary part of the Fourier transform of the diff error graph
Definition at line 192 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), and PMusrCanvas::InitDataSet().
| TGraphErrors* PMusrCanvasNonMusrDataSet::diffFourierPhase |
phase spectrum of the Fourier transform of the diff error graph
Definition at line 194 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), and PMusrCanvas::InitDataSet().
| TGraphErrors* PMusrCanvasNonMusrDataSet::diffFourierPwr |
power spectrum of the Fourier transform of the diff error graph
Definition at line 193 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), and PMusrCanvas::InitDataSet().
| TGraphErrors* PMusrCanvasNonMusrDataSet::diffFourierRe |
real part of the Fourier transform of the diff error graph
Definition at line 191 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), and PMusrCanvas::InitDataSet().
| UInt_t PMusrCanvasNonMusrDataSet::diffFourierTag |
0=not relevant, 1=d-f (Fourier of difference time spectra), 2=f-d (difference of Fourier spectra)
Definition at line 196 of file PMusrCanvas.h.
Referenced by PMusrCanvas::HandleNonMusrDataSet().
| TGraphErrors* PMusrCanvasNonMusrDataSet::theory |
theory histogram belonging to the data error graph
Definition at line 185 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), PMusrCanvas::HandleNonMusrDataSet(), and PMusrCanvas::InitDataSet().
| TGraphErrors* PMusrCanvasNonMusrDataSet::theoryFourierIm |
imaginary part of the Fourier transform of the theory error graph
Definition at line 187 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), and PMusrCanvas::InitDataSet().
| TGraphErrors* PMusrCanvasNonMusrDataSet::theoryFourierPhase |
phase spectrum of the Fourier transform of the theory error graph
Definition at line 189 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), and PMusrCanvas::InitDataSet().
| TGraphErrors* PMusrCanvasNonMusrDataSet::theoryFourierPwr |
power spectrum of the Fourier transform of the theory error graph
Definition at line 188 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), and PMusrCanvas::InitDataSet().
| TGraphErrors* PMusrCanvasNonMusrDataSet::theoryFourierRe |
real part of the Fourier transform of the theory error graph
Definition at line 186 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), and PMusrCanvas::InitDataSet().