musrfit
1.9.2
|
#include <PFourierCanvas.h>
Public Attributes | |
TH1F * | dataFourierRe |
real part of the Fourier transform of the data histogram More... | |
TH1F * | dataFourierIm |
imaginary part of the Fourier transform of the data histogram More... | |
TH1F * | dataFourierPwr |
power spectrum of the Fourier transform of the data histogram More... | |
TH1F * | dataFourierPhase |
phase spectrum of the Fourier transform of the data histogram More... | |
TH1F * | dataFourierPhaseOptReal |
phase otpimized real Fourier transform of the data histogram More... | |
std::vector< Double_t > | optPhase |
optimal phase which maximizes the real Fourier More... | |
Structure holding all necessary Fourier histograms.
Definition at line 71 of file PFourierCanvas.h.
TH1F* PFourierCanvasDataSet::dataFourierIm |
imaginary part of the Fourier transform of the data histogram
Definition at line 73 of file PFourierCanvas.h.
TH1F* PFourierCanvasDataSet::dataFourierPhase |
phase spectrum of the Fourier transform of the data histogram
Definition at line 75 of file PFourierCanvas.h.
TH1F* PFourierCanvasDataSet::dataFourierPhaseOptReal |
phase otpimized real Fourier transform of the data histogram
Definition at line 76 of file PFourierCanvas.h.
TH1F* PFourierCanvasDataSet::dataFourierPwr |
power spectrum of the Fourier transform of the data histogram
Definition at line 74 of file PFourierCanvas.h.
TH1F* PFourierCanvasDataSet::dataFourierRe |
real part of the Fourier transform of the data histogram
Definition at line 72 of file PFourierCanvas.h.
std::vector<Double_t> PFourierCanvasDataSet::optPhase |
optimal phase which maximizes the real Fourier
Definition at line 77 of file PFourierCanvas.h.