![]() |
ATLAS Offline Software
|
Public Member Functions | |
| SearchInterval (float z, float r) | |
| void | addPoint (float z, float r) |
| float | getAverageRadius () |
| float | getAverageZ () |
| float | getMinZ () const |
| float | getMaxZ () const |
| float | getMinR () const |
| float | getMaxR () const |
Public Attributes | |
| std::vector< float > | m_vZx |
| std::vector< float > | m_vRx |
| float | m_r {} |
| float | m_z {} |
| float | m_phi {} |
Definition at line 72 of file TrigInDetRoadPredictorTool.h.
|
inline |
Definition at line 73 of file TrigInDetRoadPredictorTool.h.
|
inline |
|
inline |
Definition at line 83 of file TrigInDetRoadPredictorTool.h.
|
inline |
Definition at line 87 of file TrigInDetRoadPredictorTool.h.
|
inline |
Definition at line 103 of file TrigInDetRoadPredictorTool.h.
|
inline |
Definition at line 95 of file TrigInDetRoadPredictorTool.h.
|
inline |
Definition at line 99 of file TrigInDetRoadPredictorTool.h.
|
inline |
Definition at line 91 of file TrigInDetRoadPredictorTool.h.
| float TrigInDetRoadPredictorTool::SearchInterval::m_phi {} |
Definition at line 111 of file TrigInDetRoadPredictorTool.h.
| float TrigInDetRoadPredictorTool::SearchInterval::m_r {} |
Definition at line 109 of file TrigInDetRoadPredictorTool.h.
| std::vector<float> TrigInDetRoadPredictorTool::SearchInterval::m_vRx |
Definition at line 108 of file TrigInDetRoadPredictorTool.h.
| std::vector<float> TrigInDetRoadPredictorTool::SearchInterval::m_vZx |
Definition at line 107 of file TrigInDetRoadPredictorTool.h.
| float TrigInDetRoadPredictorTool::SearchInterval::m_z {} |
Definition at line 110 of file TrigInDetRoadPredictorTool.h.