![]() |
Belle II Software release-09-00-03
|
Takes a basic object and passivelly moves it to any origin All subordinary coordinates have to be interpreted relative to this origin. More...
#include <OffOrigin.h>


Public Types | |
| using | Super = T |
| Type of the base class. | |
| using | HoughBox = typename T::HoughBox |
| The houghBox to which this object correspondes. | |
Public Member Functions | |
| ESign | getDistanceSign (const HoughBox &houghBox, float x, float y, float signedDriftLength, float dxdz=0, float dydz=0, ILayer=-1) const |
| Function that gives the sign of the distance from an observed drift circle to the sweeped object. | |
| Vector2D | getLocalOrigin () const |
| Getter for the local origin relative to which the parameters of the hough space are understood. | |
| void | setLocalOrigin (const Vector2D &localOrigin) |
| Setter for the local origin relative to which the parameters of the hough space are understood. | |
Private Attributes | |
| float | m_localOriginX = 0.0 |
| The local origin x to which the original plane is displaced. | |
| float | m_localOriginY = 0.0 |
| The local origin y to which the original plane is displaced. | |
Takes a basic object and passivelly moves it to any origin All subordinary coordinates have to be interpreted relative to this origin.
Definition at line 24 of file OffOrigin.h.
| using HoughBox = typename T::HoughBox |
The houghBox to which this object correspondes.
Definition at line 35 of file OffOrigin.h.
| using Super = T |
Type of the base class.
Definition at line 28 of file OffOrigin.h.
|
inline |
Function that gives the sign of the distance from an observed drift circle to the sweeped object.
Definition at line 40 of file OffOrigin.h.
|
inline |
Getter for the local origin relative to which the parameters of the hough space are understood.
Definition at line 59 of file OffOrigin.h.
|
inline |
Setter for the local origin relative to which the parameters of the hough space are understood.
Definition at line 63 of file OffOrigin.h.
|
private |
The local origin x to which the original plane is displaced.
Definition at line 70 of file OffOrigin.h.
|
private |
The local origin y to which the original plane is displaced.
Definition at line 73 of file OffOrigin.h.