musrWiz 0.1.0
Loading...
Searching...
No Matches
PFunc Struct Reference

The PFunc struct holds a function definition for musrfit. More...

#include <musrWiz.h>

Public Attributes

int number
 function number (e.g., 1 for fun1)
 
QString fun
 function expression string (e.g., "fun1 = par1 * par2")
 

Detailed Description

The PFunc struct holds a function definition for musrfit.

This structure stores a function number and its corresponding function expression string used in musrfit msr-files.

Member Data Documentation

◆ fun

QString PFunc::fun

function expression string (e.g., "fun1 = par1 * par2")

◆ number

int PFunc::number

function number (e.g., 1 for fun1)


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