musrfit 1.10.0
PMusrCanvasNonMusrDataSet Struct Reference

#include <PMusrCanvas.h>

Collaboration diagram for PMusrCanvasNonMusrDataSet:

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

Detailed Description

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.

Member Data Documentation

◆ data

TGraphErrors* PMusrCanvasNonMusrDataSet::data

data error graph

Definition at line 180 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 182 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 184 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 183 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 181 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 195 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 190 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 192 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 194 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 193 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 191 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 196 of file PMusrCanvas.h.

Referenced by PMusrCanvas::HandleNonMusrDataSet().

◆ theory

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

◆ theoryFourierIm

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

◆ theoryFourierPhase

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

◆ theoryFourierPwr

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

◆ theoryFourierRe

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


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