musrfit 1.9.9
musrFT_data Struct Reference

Data structure holding raw time-domain μSR data with metadata. More...

#include <PPrepFourier.h>

Public Attributes

Int_t dataSetTag
 Data set identifier tag (needed for average-per-data-set operations)
 
TString info
 Metadata string (run name, histogram info, etc.)
 
Double_t timeResolution
 Time resolution in microseconds (μs)
 
Int_t t0
 Time zero bin number (start of valid data)
 
Double_t timeRange [2]
 Time range to process: [0]=start, [1]=end in microseconds (μs)
 
PDoubleVector rawData
 Raw time-domain data vector (bin counts)
 

Detailed Description

Data structure holding raw time-domain μSR data with metadata.

This structure packages raw histogram data together with essential metadata needed for Fourier transform preparation. It includes timing information, t0 calibration, and time range specifications for selective data processing.

See also
PPrepFourier for the class that processes this data

Definition at line 51 of file PPrepFourier.h.

Member Data Documentation

◆ dataSetTag

Int_t musrFT_data::dataSetTag

Data set identifier tag (needed for average-per-data-set operations)

Definition at line 52 of file PPrepFourier.h.

Referenced by main().

◆ info

TString musrFT_data::info

Metadata string (run name, histogram info, etc.)

Definition at line 53 of file PPrepFourier.h.

Referenced by main(), and musrFT_estimateT0().

◆ rawData

PDoubleVector musrFT_data::rawData

Raw time-domain data vector (bin counts)

Definition at line 57 of file PPrepFourier.h.

Referenced by main(), musrFT_estimateT0(), and musrFT_groupHistos().

◆ t0

Int_t musrFT_data::t0

Time zero bin number (start of valid data)

Definition at line 55 of file PPrepFourier.h.

Referenced by main(), musrFT_estimateT0(), and musrFT_groupHistos().

◆ timeRange

Double_t musrFT_data::timeRange[2]

Time range to process: [0]=start, [1]=end in microseconds (μs)

Definition at line 56 of file PPrepFourier.h.

Referenced by main().

◆ timeResolution

Double_t musrFT_data::timeResolution

Time resolution in microseconds (μs)

Definition at line 54 of file PPrepFourier.h.

Referenced by main().


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