ODIN
Public Attributes | Friends | List of all members

#include <fitting.h>

Public Attributes

float val
 
float err
 

Friends

STD_ostream & operator<< (STD_ostream &s, const fitpar &fp)
 

Detailed Description

Structure representing a fitting paramater.

Definition at line 38 of file fitting.h.

Friends And Related Function Documentation

◆ operator<<

STD_ostream& operator<< ( STD_ostream &  s,
const fitpar fp 
)
friend

prints fp to the stream s

Definition at line 55 of file fitting.h.

Member Data Documentation

◆ err

float fitpar::err

The error interval of the final result.

Definition at line 50 of file fitting.h.

◆ val

float fitpar::val

Value of the fitting parameter which is varied during the fit.

Definition at line 45 of file fitting.h.


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