|
ACTS
Experiment-independent tracking
|
Functions | |
| std::size_t | binFromProtoAxis (const Acts::DirectedProtoAxis &axis, const Acts::Vector2 &lp) |
| Get the bin index from a ProtoAxis using local coordinates. | |
| std::size_t | binFromProtoAxis (const Acts::DirectedProtoAxis &axis, const Acts::Vector3 &gp) |
| Get the bin index from a ProtoAxis using global coordinates. | |
| std::size_t | binsFromProtoAxes (std::span< const Acts::DirectedProtoAxis > axes, std::size_t ba) |
| Get the number of bins from a specific ProtoAxis in a collection. | |
| std::size_t | binsOfProtoAxis (const Acts::DirectedProtoAxis &axis) |
| Get the number of bins from a ProtoAxis. | |
| std::array< std::size_t, 3 > | binTripleFromProtoAxes (std::span< const Acts::DirectedProtoAxis > axes, const Acts::Vector3 &gp) |
| Get the bin triple from multiple ProtoAxes using global coordinates. | |
| std::size_t | maxBin (std::span< const Acts::DirectedProtoAxis > axes, std::size_t ba=0) |
| Get the maximum bin index from a specific ProtoAxis in a collection. | |
| std::size_t | totalBinsFromProtoAxes (std::span< const Acts::DirectedProtoAxis > axes) |
| Get the total number of bins from multiple ProtoAxes. | |
| std::size_t Acts::ProtoAxisHelpers::binFromProtoAxis | ( | const Acts::DirectedProtoAxis & | axis, |
| const Acts::Vector2 & | lp ) |
Get the bin index from a ProtoAxis using local coordinates.
| axis | DirectedProtoAxis object |
| lp | Local position vector |
| std::size_t Acts::ProtoAxisHelpers::binFromProtoAxis | ( | const Acts::DirectedProtoAxis & | axis, |
| const Acts::Vector3 & | gp ) |
Get the bin index from a ProtoAxis using global coordinates.
| axis | DirectedProtoAxis object |
| gp | Global position vector |
| std::size_t Acts::ProtoAxisHelpers::binsFromProtoAxes | ( | std::span< const Acts::DirectedProtoAxis > | axes, |
| std::size_t | ba ) |
Get the number of bins from a specific ProtoAxis in a collection.
| axes | DirectedProtoAxis span |
| ba | Bin axis index |
| std::size_t Acts::ProtoAxisHelpers::binsOfProtoAxis | ( | const Acts::DirectedProtoAxis & | axis | ) |
Get the number of bins from a ProtoAxis.
| axis | DirectedProtoAxis object |
| std::array< std::size_t, 3 > Acts::ProtoAxisHelpers::binTripleFromProtoAxes | ( | std::span< const Acts::DirectedProtoAxis > | axes, |
| const Acts::Vector3 & | gp ) |
Get the bin triple from multiple ProtoAxes using global coordinates.
| axes | Span of DirectedProtoAxis objects |
| gp | Global position vector |
| std::size_t Acts::ProtoAxisHelpers::maxBin | ( | std::span< const Acts::DirectedProtoAxis > | axes, |
| std::size_t | ba = 0 ) |
Get the maximum bin index from a specific ProtoAxis in a collection.
| axes | DirectedProtoAxis span |
| ba | Bin axis index |
| std::size_t Acts::ProtoAxisHelpers::totalBinsFromProtoAxes | ( | std::span< const Acts::DirectedProtoAxis > | axes | ) |
Get the total number of bins from multiple ProtoAxes.
| axes | Span of DirectedProtoAxis objects |