GBTS graph node storing space point properties.
More...
#include <Acts/Seeding2/GbtsDataStorage.hpp>
|
| | GbtsNode (std::uint16_t layer_) |
| | Constructor with layer index.
|
|
|
std::uint32_t | idx {std::numeric_limits<std::uint32_t>::max()} |
| | Index of the node in the original collection.
|
|
std::uint16_t | layer {} |
| | Layer index.
|
|
float | locPosY {} |
| | Local y cluster position.
|
|
float | pcw {} |
| | Pixel cluster width.
|
|
float | phi {} |
| | Azimuthal angle in the xy plane.
|
|
float | r {} |
| | Transverse distance from the beamline.
|
|
float | x {} |
| | Global x coordinate of the node.
|
|
float | y {} |
| | Global y coordinate of the node.
|
|
float | z {} |
| | Global z coordinate of the node.
|
GBTS graph node storing space point properties.
◆ GbtsNode()
| Acts::Experimental::GbtsNode::GbtsNode |
( |
std::uint16_t | layer_ | ) |
|
|
explicit |
Constructor with layer index.
- Parameters
-