Mantid
|
Simple container for porting detector angular information. More...
#include <ReflectometryTransform.h>
Public Attributes | |
std::vector< double > | detectorHeights |
std::vector< double > | twoThetas |
std::vector< double > | twoThetaWidths |
Simple container for porting detector angular information.
Definition at line 29 of file ReflectometryTransform.h.
std::vector<double> Mantid::DataObjects::DetectorAngularCache::detectorHeights |
Definition at line 32 of file ReflectometryTransform.h.
Referenced by Mantid::DataObjects::initAngularCaches().
std::vector<double> Mantid::DataObjects::DetectorAngularCache::twoThetas |
Definition at line 31 of file ReflectometryTransform.h.
Referenced by Mantid::DataObjects::ReflectometryTransform::executeNormPoly(), and Mantid::DataObjects::initAngularCaches().
std::vector<double> Mantid::DataObjects::DetectorAngularCache::twoThetaWidths |
Definition at line 30 of file ReflectometryTransform.h.
Referenced by Mantid::DataObjects::ReflectometryTransform::executeNormPoly(), and Mantid::DataObjects::initAngularCaches().