Go to the documentation of this file. 1 #ifndef Navigation_ETLNavigableLayer_H
2 #define Navigation_ETLNavigableLayer_H
36 const MapB& innerBarrel,
37 const MapE& outerEndcap,
38 const MapE& innerEndcap,
39 const MapB& allInnerBarrel,
40 const MapE& allOuterEndcap,
41 const MapE& allInnerEndcap)
std::vector< const DetLayer * > compatibleLayers(NavigationDirection dir) const override
MapE getInnerEndcapLayers() const
ETLNavigableLayer(const ForwardDetLayer *fdl, const MapE &outerEndcap, const MapE &allOuterEndcap)
Constructor with all outer layers only.
void setInwardLinks(const MapB &, const MapE &)
set inward links
MapE getAllOuterEndcapLayers() const
MapB getInnerBarrelLayers() const
MapE theAllInnerEndcapLayers
MapB theInnerBarrelLayers
void setDetLayer(const DetLayer *) override
set DetLayer
std::vector< const DetLayer * > nextLayers(NavigationDirection dir) const override
NavigableLayer interface.
MapE theInnerEndcapLayers
void pushResult(std::vector< const DetLayer * > &result, const MapB &map) const
MapE getAllInnerEndcapLayers() const
std::map< const BarrelDetLayer *, MTDEtaRange, MTDDetLayerComp > MapB
const DetLayer * detLayer() const override
return DetLayer
void pushCompatibleResult(std::vector< const DetLayer * > &result, const MapB &map, const FreeTrajectoryState &fts) const
MapE getOuterEndcapLayers() const
Operations.
MapB theAllInnerBarrelLayers
ETLNavigableLayer(const ForwardDetLayer *fdl, const MapB &innerBarrel, const MapE &outerEndcap, const MapE &innerEndcap, const MapB &allInnerBarrel, const MapE &allOuterEndcap, const MapE &allInnerEndcap)
void setInwardCompatibleLinks(const MapB &, const MapE &)
const ForwardDetLayer * theDetLayer
MapE theAllOuterEndcapLayers
std::map< const ForwardDetLayer *, MTDEtaRange, MTDDetLayerComp > MapE
MapE theOuterEndcapLayers
ETLNavigableLayer(const ForwardDetLayer *fdl, const MapE &outerEndcap)
Constructor with outer layers only.
MapB getAllInnerBarrelLayers() const