Mantid
|
Small helper class-holder used to precalculate the detectors parameters in spherical coordinate system. More...
#include <FindDetectorsPar.h>
Public Member Functions | |
DetParameters () | |
Public Attributes | |
double | azimutAngle |
azimuthal detector's angle in spherical coordinate system alighned with the beam More... | |
double | azimWidth |
linear or angular size of the bounding box encapsulating detector and alighned tangentially to the constant scattering angle circle More... | |
int64_t | detID |
the detector's ID More... | |
double | polarAngle |
polar detector's angle in spherical coordinate system alighned with the beam More... | |
double | polarWidth |
double | secondaryFlightPath |
scattering source – detector' distance More... | |
Small helper class-holder used to precalculate the detectors parameters in spherical coordinate system.
Definition at line 201 of file FindDetectorsPar.h.
|
inline |
Definition at line 217 of file FindDetectorsPar.h.
double Mantid::DataHandling::DetParameters::azimutAngle |
azimuthal detector's angle in spherical coordinate system alighned with the beam
Definition at line 205 of file FindDetectorsPar.h.
Referenced by Mantid::DataHandling::AvrgDetector::returnAvrgDetPar().
double Mantid::DataHandling::DetParameters::azimWidth |
linear or angular size of the bounding box encapsulating detector and alighned tangentially to the constant scattering angle circle
Definition at line 213 of file FindDetectorsPar.h.
Referenced by Mantid::DataHandling::AvrgDetector::returnAvrgDetPar().
int64_t Mantid::DataHandling::DetParameters::detID |
the detector's ID
Definition at line 215 of file FindDetectorsPar.h.
double Mantid::DataHandling::DetParameters::polarAngle |
polar detector's angle in spherical coordinate system alighned with the beam
Definition at line 208 of file FindDetectorsPar.h.
Referenced by Mantid::DataHandling::AvrgDetector::returnAvrgDetPar().
double Mantid::DataHandling::DetParameters::polarWidth |
Definition at line 213 of file FindDetectorsPar.h.
Referenced by Mantid::DataHandling::AvrgDetector::returnAvrgDetPar().
double Mantid::DataHandling::DetParameters::secondaryFlightPath |
scattering source – detector' distance
Definition at line 210 of file FindDetectorsPar.h.
Referenced by Mantid::DataHandling::AvrgDetector::returnAvrgDetPar().