Mantid
Loading...
Searching...
No Matches
Public Attributes | List of all members
Mantid::CurveFitting::Algorithms::DetectorParams Struct Reference

Simple data structure to store nominal detector values It avoids some functions taking a huge number of arguments. More...

#include <ConvertToYSpace.h>

Public Attributes

double efixed
 final energy More...
 
double l1
 source-sample distance in metres More...
 
double l2
 sample-detector distance in metres More...
 
Kernel::V3D pos
 Full 3D position. More...
 
double t0
 time delay in seconds More...
 
double theta
 scattering angle in radians More...
 

Detailed Description

Simple data structure to store nominal detector values It avoids some functions taking a huge number of arguments.

Definition at line 30 of file ConvertToYSpace.h.

Member Data Documentation

◆ efixed

double Mantid::CurveFitting::Algorithms::DetectorParams::efixed

◆ l1

double Mantid::CurveFitting::Algorithms::DetectorParams::l1

◆ l2

double Mantid::CurveFitting::Algorithms::DetectorParams::l2

◆ pos

Kernel::V3D Mantid::CurveFitting::Algorithms::DetectorParams::pos

◆ t0

double Mantid::CurveFitting::Algorithms::DetectorParams::t0

◆ theta

double Mantid::CurveFitting::Algorithms::DetectorParams::theta

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