|
ACTS
Experiment-independent tracking
|
Append-only helper to add candidates to a navigation stream. More...
#include <Acts/Navigation/NavigationStream.hpp>
Public Member Functions | |
| AppendOnlyNavigationStream (NavigationStream &stream) | |
| Constructor from navigation stream reference. | |
| void | addPortalCandidate (const Portal &portal) |
| Add a portal candidate to the stream. | |
| void | addSurfaceCandidate (const Surface &surface, const BoundaryTolerance &bTolerance) |
| Add a surface candidate to the stream. | |
Append-only helper to add candidates to a navigation stream.
|
explicit |
Constructor from navigation stream reference.
| stream | Navigation stream to append to |
| void Acts::AppendOnlyNavigationStream::addPortalCandidate | ( | const Portal & | portal | ) |
Add a portal candidate to the stream.
| portal | The portal to add |
| void Acts::AppendOnlyNavigationStream::addSurfaceCandidate | ( | const Surface & | surface, |
| const BoundaryTolerance & | bTolerance ) |
Add a surface candidate to the stream.
| surface | The surface to add |
| bTolerance | Boundary tolerance for the surface |