|
ACTS
Experiment-independent tracking
|
A partial description of a circle in u-v space. More...
#include <Acts/Seeding/SeedFinderUtils.hpp>
Public Member Functions | |
| LinCircle (float ct, float idr, float er, float u, float v, float X, float Y) | |
| Constructor with circle parameters. | |
A partial description of a circle in u-v space.
| Acts::LinCircle::LinCircle | ( | float | ct, |
| float | idr, | ||
| float | er, | ||
| float | u, | ||
| float | v, | ||
| float | X, | ||
| float | Y ) |
Constructor with circle parameters.
| ct | Cotangent of polar angle theta |
| idr | Inverse delta radius |
| er | Error on radius |
| u | U coordinate |
| v | V coordinate |
| X | X coordinate |
| Y | Y coordinate |