![]() |
Belle II Software release-09-00-03
|
Class to compare if two angles are compatible withing a given error range. More...
#include <Angle.h>

Public Member Functions | |
| BaseAngle (double angle, double error) | |
| Constructor. | |
| virtual | ~BaseAngle () |
| Destructor. | |
| double | getAngle () const |
| Getter for the angle. | |
| double | getError () const |
| Getter for the error of the angle. | |
| double | getAngleInDeg () const |
| Getter for angle in degrees. | |
| double | getErrorInDeg () const |
| Getter for the error of the angle in degrees. | |
Protected Attributes | |
| double | m_angle |
| Angle in rad. | |
| double | m_error |
| Error in rad. | |
Class to compare if two angles are compatible withing a given error range.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |