musrfit  1.9.2
PMusrCanvasNonMusrDataSet Struct Reference

#include <PMusrCanvas.h>

Collaboration diagram for PMusrCanvasNonMusrDataSet:

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

Detailed Description

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.

Member Data Documentation

◆ data

TGraphErrors* PMusrCanvasNonMusrDataSet::data

data error graph

Definition at line 156 of file PMusrCanvas.h.

Referenced by PMusrCanvas::CleanupDataSet(), PMusrCanvas::HandleNonMusrDataSet(), and PMusrCanvas::InitDataSet().

◆ dataFourierIm

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().

◆ dataFourierPhase

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().

◆ dataFourierPwr

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().

◆ dataFourierRe

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().

◆ dataRange

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().

◆ diff

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().

◆ diffFourierIm

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().

◆ diffFourierPhase

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().

◆ diffFourierPwr

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().

◆ diffFourierRe

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().

◆ diffFourierTag

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().

◆ theory

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().

◆ theoryFourierIm

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().

◆ theoryFourierPhase

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().

◆ theoryFourierPwr

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().

◆ theoryFourierRe

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().


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