ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::AppendOnlyNavigationStream Class Reference

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.

Detailed Description

Append-only helper to add candidates to a navigation stream.

Constructor & Destructor Documentation

◆ AppendOnlyNavigationStream()

Acts::AppendOnlyNavigationStream::AppendOnlyNavigationStream ( NavigationStream & stream)
explicit

Constructor from navigation stream reference.

Parameters
streamNavigation stream to append to

Member Function Documentation

◆ addPortalCandidate()

void Acts::AppendOnlyNavigationStream::addPortalCandidate ( const Portal & portal)

Add a portal candidate to the stream.

Parameters
portalThe portal to add

◆ addSurfaceCandidate()

void Acts::AppendOnlyNavigationStream::addSurfaceCandidate ( const Surface & surface,
const BoundaryTolerance & bTolerance )

Add a surface candidate to the stream.

Parameters
surfaceThe surface to add
bToleranceBoundary tolerance for the surface