|
ACTS
Experiment-independent tracking
|
#include <Acts/EventData/SpacePointProxy.hpp>
Public Types | |
| using | ContainerType = container_t |
| using | ValueType = typename ContainerType::ValueType |
Public Member Functions | |
| SpacePointProxy (const container_t &container, std::size_t index) | |
| SpacePointProxy (container_t &&container, std::size_t index)=delete | |
| const Acts::Vector3 & | bottomStripVector () const |
| const ValueType & | externalSpacePoint () const |
| std::size_t | index () const |
| float | phi () const |
| float | radius () const |
| const Acts::Vector3 & | stripCenterDistance () const |
| const Acts::Vector3 & | topStripCenterPosition () const |
| const Acts::Vector3 & | topStripVector () const |
| float | varianceR () const |
| float | varianceZ () const |
| float | x () const |
| float | y () const |
| float | z () const |
| using Acts::SpacePointProxy< container_t >::ContainerType = container_t |
| using Acts::SpacePointProxy< container_t >::ValueType = typename ContainerType::ValueType |
|
delete |
| Acts::SpacePointProxy< container_t >::SpacePointProxy | ( | const container_t & | container, |
| std::size_t | index ) |
| const Acts::Vector3 & Acts::SpacePointProxy< container_t >::bottomStripVector | ( | ) | const |
| const ValueType & Acts::SpacePointProxy< container_t >::externalSpacePoint | ( | ) | const |
| std::size_t Acts::SpacePointProxy< container_t >::index | ( | ) | const |
| float Acts::SpacePointProxy< container_t >::phi | ( | ) | const |
| float Acts::SpacePointProxy< container_t >::radius | ( | ) | const |
| const Acts::Vector3 & Acts::SpacePointProxy< container_t >::stripCenterDistance | ( | ) | const |
| const Acts::Vector3 & Acts::SpacePointProxy< container_t >::topStripCenterPosition | ( | ) | const |
| const Acts::Vector3 & Acts::SpacePointProxy< container_t >::topStripVector | ( | ) | const |
| float Acts::SpacePointProxy< container_t >::varianceR | ( | ) | const |
| float Acts::SpacePointProxy< container_t >::varianceZ | ( | ) | const |
| float Acts::SpacePointProxy< container_t >::x | ( | ) | const |
| float Acts::SpacePointProxy< container_t >::y | ( | ) | const |
| float Acts::SpacePointProxy< container_t >::z | ( | ) | const |