|
ACTS
Experiment-independent tracking
|
Same as Proxy but also contains cotTheta. More...
#include <Acts/Seeding2/DoubletSeedFinder.hpp>
Public Member Functions | |
| Proxy2 (const DoubletsForMiddleSp *container, IndexAndCotTheta indexAndCotTheta) | |
| Constructor for Proxy2 with precomputed cotTheta. | |
| float | cotTheta () const |
| Get precomputed cotTheta value (avoids indirect access). | |
| Public Member Functions inherited from Acts::DoubletsForMiddleSp::Proxy | |
| Proxy (const DoubletsForMiddleSp *container, Index index) | |
| const DoubletsForMiddleSp & | container () const |
| float | cotTheta () const |
| float | er () const |
| float | iDeltaR () const |
| Index | index () const |
| SpacePointIndex2 | spacePointIndex () const |
| float | u () const |
| float | v () const |
| float | x () const |
| float | y () const |
Same as Proxy but also contains cotTheta.
This is useful after sorting doublets by cotTheta to avoid indirect access.
| Acts::DoubletsForMiddleSp::Proxy2::Proxy2 | ( | const DoubletsForMiddleSp * | container, |
| IndexAndCotTheta | indexAndCotTheta ) |
Constructor for Proxy2 with precomputed cotTheta.
| container | Pointer to the doublets container |
| indexAndCotTheta | Index and cotTheta pair |
| float Acts::DoubletsForMiddleSp::Proxy2::cotTheta | ( | ) | const |
Get precomputed cotTheta value (avoids indirect access).