musrfit 1.10.0
PMetaData Struct Reference

#include <PMusr.h>

Public Attributes

Double_t fField
 Applied magnetic field in Gauss (G)
 
Double_t fEnergy
 Muon implantation energy in kiloelectronvolts (keV)
 
PDoubleVector fTemp
 Vector of sample temperature(s) in Kelvin (K)
 

Detailed Description

Metadata structure for user-defined FUNCTIONS block.

This structure stores experimental metadata (field, energy, temperature) that can be accessed within user-defined functions in the FUNCTIONS block of MSR files. This allows functions to depend on experimental conditions without requiring additional fit parameters.

Example use case: A temperature-dependent relaxation rate can be calculated using fTemp values rather than fitting temperature as a parameter.

Definition at line 431 of file PMusr.h.

Member Data Documentation

◆ fEnergy

Double_t PMetaData::fEnergy

Muon implantation energy in kiloelectronvolts (keV)

Definition at line 433 of file PMusr.h.

◆ fField

Double_t PMetaData::fField

Applied magnetic field in Gauss (G)

Definition at line 432 of file PMusr.h.

◆ fTemp

PDoubleVector PMetaData::fTemp

Vector of sample temperature(s) in Kelvin (K)

Definition at line 434 of file PMusr.h.


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