|
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 | |
| double | azimWidth |
| linear or angular size of the bounding box encapsulating detector and alighned tangentially to the constant scattering angle circle | |
| int64_t | detID |
| the detector's ID | |
| double | polarAngle |
| polar detector's angle in spherical coordinate system alighned with the beam | |
| double | polarWidth |
| double | secondaryFlightPath |
| scattering source – detector' distance | |
Small helper class-holder used to precalculate the detectors parameters in spherical coordinate system.
Definition at line 200 of file FindDetectorsPar.h.
|
inline |
Definition at line 216 of file FindDetectorsPar.h.
| double Mantid::DataHandling::DetParameters::azimutAngle |
azimuthal detector's angle in spherical coordinate system alighned with the beam
Definition at line 204 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 212 of file FindDetectorsPar.h.
Referenced by Mantid::DataHandling::AvrgDetector::returnAvrgDetPar().
| int64_t Mantid::DataHandling::DetParameters::detID |
the detector's ID
Definition at line 214 of file FindDetectorsPar.h.
| double Mantid::DataHandling::DetParameters::polarAngle |
polar detector's angle in spherical coordinate system alighned with the beam
Definition at line 207 of file FindDetectorsPar.h.
Referenced by Mantid::DataHandling::AvrgDetector::returnAvrgDetPar().
| double Mantid::DataHandling::DetParameters::polarWidth |
Definition at line 212 of file FindDetectorsPar.h.
Referenced by Mantid::DataHandling::AvrgDetector::returnAvrgDetPar().
| double Mantid::DataHandling::DetParameters::secondaryFlightPath |
scattering source – detector' distance
Definition at line 209 of file FindDetectorsPar.h.
Referenced by Mantid::DataHandling::AvrgDetector::returnAvrgDetPar().