#include <Angle.h>
- See also
- BaseAngle Theta specific.
Definition at line 63 of file Angle.h.
โ ThetaAngle()
Constructor using radian units.
Theta in [0, pi].
- Parameters
-
angle | theta angle to use |
error | error on the angle |
Definition at line 71 of file Angle.h.
โ contains()
Check if two angles are compatible.
- Parameters
-
angle | second angle to compare to |
- Returns
- true if within one standard deviation
Definition at line 80 of file Angle.h.
โ containsIn()
bool containsIn |
( |
const ThetaAngle & |
angle, |
|
|
double |
sigma |
|
) |
| const |
|
inline |
Check if two angles are compatible.
- Parameters
-
angle | second angle to compare to |
sigma | width of the error band in standard deviations |
- Returns
- true if within sigma standard deviations
Definition at line 90 of file Angle.h.
The documentation for this class was generated from the following file:
- framework/utilities/include/Angle.h