Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Mantid::Algorithms::Correction Struct Reference

The Correction struct to be applied as factor * TOF + offset offset:: TOF offset in unit of TOF factor: TOF correction factor to multiply with. More...

#include <TimeAtSampleStrategy.h>

Public Member Functions

 Correction (double tOffset, double tFactor)
 

Public Attributes

double factor
 
double offset
 

Detailed Description

The Correction struct to be applied as factor * TOF + offset offset:: TOF offset in unit of TOF factor: TOF correction factor to multiply with.

Definition at line 20 of file TimeAtSampleStrategy.h.

Constructor & Destructor Documentation

◆ Correction()

Mantid::Algorithms::Correction::Correction ( double  tOffset,
double  tFactor 
)
inline

Definition at line 21 of file TimeAtSampleStrategy.h.

Member Data Documentation

◆ factor

double Mantid::Algorithms::Correction::factor

◆ offset

double Mantid::Algorithms::Correction::offset

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