#include <NavigableLayer.h>
Public Member Functions | |
virtual std::vector< const DetLayer * > | compatibleLayers (NavigationDirection direction) const =0 |
virtual std::vector< const DetLayer * > | compatibleLayers (const FreeTrajectoryState &fts, PropagationDirection timeDirection) const |
virtual std::vector< const DetLayer * > | compatibleLayers (const FreeTrajectoryState &fts, PropagationDirection timeDirection, int &counter) const |
virtual DetLayer * | detLayer () const =0 |
virtual std::vector< const DetLayer * > | nextLayers (NavigationDirection direction) const =0 |
virtual std::vector< const DetLayer * > | nextLayers (const FreeTrajectoryState &fts, PropagationDirection timeDirection) const =0 |
virtual void | setDetLayer (DetLayer *dl)=0 |
virtual | ~NavigableLayer () |
The navigation component of the DetLayer. If navigation is not setup the DetLayer has a zero pointer to a NavigableLayer; when navigation is setup each DetLayer is given an instance of NavigableLayer that implements the navigation algorithm. Navigation requests to the DetLayer are forwarded to the navigable layer.
Definition at line 24 of file NavigableLayer.h.
|
inlinevirtual |
Definition at line 27 of file NavigableLayer.h.
|
pure virtual |
Implemented in MuonBarrelNavigableLayer, MuonForwardNavigableLayer, MuonNavigableLayer, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Referenced by compatibleLayers(), and DetLayer::compatibleLayers().
|
inlinevirtual |
Reimplemented in MuonBarrelNavigableLayer, MuonForwardNavigableLayer, MuonNavigableLayer, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Definition at line 40 of file NavigableLayer.h.
References compatibleLayers().
|
inlinevirtual |
Reimplemented in SimpleNavigableLayer.
Definition at line 44 of file NavigableLayer.h.
|
pure virtual |
Implemented in MuonBarrelNavigableLayer, MuonForwardNavigableLayer, MuonNavigableLayer, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Referenced by DetLayer::setNavigableLayer().
|
pure virtual |
Implemented in MuonBarrelNavigableLayer, MuonForwardNavigableLayer, MuonNavigableLayer, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Referenced by BeamHaloNavigationSchool::addInward(), and DetLayer::nextLayers().
|
pure virtual |
Implemented in MuonBarrelNavigableLayer, MuonForwardNavigableLayer, MuonNavigableLayer, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
|
pure virtual |
Implemented in MuonBarrelNavigableLayer, MuonForwardNavigableLayer, MuonNavigableLayer, GCC11_FINAL< T, TOPO >, and GCC11_FINAL< T, TOPO >.
Referenced by DetLayer::setNavigableLayer().