musrfit  1.9.2
PFourierCanvasDataSet Struct Reference

#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...
 

Detailed Description

Structure holding all necessary Fourier histograms.

Definition at line 71 of file PFourierCanvas.h.

Member Data Documentation

◆ dataFourierIm

TH1F* PFourierCanvasDataSet::dataFourierIm

imaginary part of the Fourier transform of the data histogram

Definition at line 73 of file PFourierCanvas.h.

◆ dataFourierPhase

TH1F* PFourierCanvasDataSet::dataFourierPhase

phase spectrum of the Fourier transform of the data histogram

Definition at line 75 of file PFourierCanvas.h.

◆ dataFourierPhaseOptReal

TH1F* PFourierCanvasDataSet::dataFourierPhaseOptReal

phase otpimized real Fourier transform of the data histogram

Definition at line 76 of file PFourierCanvas.h.

◆ dataFourierPwr

TH1F* PFourierCanvasDataSet::dataFourierPwr

power spectrum of the Fourier transform of the data histogram

Definition at line 74 of file PFourierCanvas.h.

◆ dataFourierRe

TH1F* PFourierCanvasDataSet::dataFourierRe

real part of the Fourier transform of the data histogram

Definition at line 72 of file PFourierCanvas.h.

◆ optPhase

std::vector<Double_t> PFourierCanvasDataSet::optPhase

optimal phase which maximizes the real Fourier

Definition at line 77 of file PFourierCanvas.h.


The documentation for this struct was generated from the following file: