|
musrfit
1.9.2
|
#include <PMusrCanvas.h>

Public Attributes | |
| TGraphErrors * | data |
| data error graph More... | |
| TGraphErrors * | dataFourierRe |
| real part of the Fourier transform of the data error graph More... | |
| TGraphErrors * | dataFourierIm |
| imaginary part of the Fourier transform of the data error graph More... | |
| TGraphErrors * | dataFourierPwr |
| power spectrum of the Fourier transform of the data error graph More... | |
| TGraphErrors * | dataFourierPhase |
| phase spectrum of the Fourier transform of the data error graph More... | |
| TGraphErrors * | theory |
| theory histogram belonging to the data error graph More... | |
| TGraphErrors * | theoryFourierRe |
| real part of the Fourier transform of the theory error graph More... | |
| TGraphErrors * | theoryFourierIm |
| imaginary part of the Fourier transform of the theory error graph More... | |
| TGraphErrors * | theoryFourierPwr |
| power spectrum of the Fourier transform of the theory error graph More... | |
| TGraphErrors * | theoryFourierPhase |
| phase spectrum of the Fourier transform of the theory error graph More... | |
| TGraphErrors * | diff |
| difference error graph, i.e. data-theory More... | |
| TGraphErrors * | diffFourierRe |
| real part of the Fourier transform of the diff error graph More... | |
| TGraphErrors * | diffFourierIm |
| imaginary part of the Fourier transform of the diff error graph More... | |
| TGraphErrors * | diffFourierPwr |
| power spectrum of the Fourier transform of the diff error graph More... | |
| TGraphErrors * | diffFourierPhase |
| phase spectrum of the Fourier transform of the diff error graph More... | |
| PMusrCanvasPlotRange * | dataRange |
| keep the msr-file plot data range More... | |
| UInt_t | diffFourierTag |
| 0=not relevant, 1=d-f (Fourier of difference time spectra), 2=f-d (difference of Fourier spectra) More... | |
Structure holding all necessary error graphs for a single plot block entry for fit types: non-muSR fit.
Definition at line 155 of file PMusrCanvas.h.
| TGraphErrors* PMusrCanvasNonMusrDataSet::data |
data error graph
Definition at line 156 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 158 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 160 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 159 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 157 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), and PMusrCanvas::InitDataSet().
| PMusrCanvasPlotRange* PMusrCanvasNonMusrDataSet::dataRange |
keep the msr-file plot data range
Definition at line 171 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 166 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 168 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 170 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 169 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 167 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 172 of file PMusrCanvas.h.
Referenced by PMusrCanvas::HandleNonMusrDataSet().
| TGraphErrors* PMusrCanvasNonMusrDataSet::theory |
theory histogram belonging to the data error graph
Definition at line 161 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 163 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 165 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 164 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 162 of file PMusrCanvas.h.
Referenced by PMusrCanvas::CleanupDataSet(), and PMusrCanvas::InitDataSet().