|
ACTS
Experiment-independent tracking
|
Proxy accessor for a single doublet entry. More...
#include <Acts/Seeding2/DoubletSeedFinder.hpp>
Public Member Functions | |
| Proxy (const DoubletsForMiddleSp *container, Index index) | |
| Constructor. | |
| const DoubletsForMiddleSp & | container () const |
| Get the doublet container. | |
| float | cotTheta () const |
| Get cotangent of theta. | |
| float | er () const |
| Get er value. | |
| float | iDeltaR () const |
| Get inverse delta r. | |
| Index | index () const |
| Get the doublet index. | |
| SpacePointIndex2 | spacePointIndex () const |
| Get space point index pair. | |
| float | u () const |
| Get u coordinate. | |
| float | v () const |
| Get v coordinate. | |
| float | x () const |
| Get x coordinate. | |
| float | y () const |
| Get y coordinate. | |
Proxy accessor for a single doublet entry.
| Acts::DoubletsForMiddleSp::Proxy::Proxy | ( | const DoubletsForMiddleSp * | container, |
| Index | index ) |
Constructor.
| container | Pointer to the doublet container |
| index | Index of the doublet |
| const DoubletsForMiddleSp & Acts::DoubletsForMiddleSp::Proxy::container | ( | ) | const |
Get the doublet container.
| float Acts::DoubletsForMiddleSp::Proxy::cotTheta | ( | ) | const |
Get cotangent of theta.
| float Acts::DoubletsForMiddleSp::Proxy::er | ( | ) | const |
Get er value.
| float Acts::DoubletsForMiddleSp::Proxy::iDeltaR | ( | ) | const |
Get inverse delta r.
| Index Acts::DoubletsForMiddleSp::Proxy::index | ( | ) | const |
Get the doublet index.
| SpacePointIndex2 Acts::DoubletsForMiddleSp::Proxy::spacePointIndex | ( | ) | const |
Get space point index pair.
| float Acts::DoubletsForMiddleSp::Proxy::u | ( | ) | const |
Get u coordinate.
| float Acts::DoubletsForMiddleSp::Proxy::v | ( | ) | const |
Get v coordinate.
| float Acts::DoubletsForMiddleSp::Proxy::x | ( | ) | const |
Get x coordinate.
| float Acts::DoubletsForMiddleSp::Proxy::y | ( | ) | const |
Get y coordinate.