|
ACTS
Experiment-independent tracking
|
data class for the information to store for each cell of the hough histogram. More...
#include <Acts/Seeding/HoughTransformUtils.hpp>
Public Member Functions | |
| HoughCell ()=default | |
| construct the cell as empty | |
| void | fill (const identifier_t &identifier, unsigned int layer, YieldType weight=1.) |
| add an entry to this cell | |
| std::span< const identifier_t, std::dynamic_extent > | getHits () const |
| Access the span of unique hits compatible with this cell. | |
| std::span< const unsigned, std::dynamic_extent > | getLayers () const |
| access the span of layers compatible with this cell | |
| YieldType | nHits () const |
| access the number of unique hits compatible with this cell | |
| YieldType | nLayers () const |
| access the number of layers with hits compatible with this cell | |
| void | reset () |
| reset this cell, removing any existing content. | |
data class for the information to store for each cell of the hough histogram.
| identifier_t | Type of the identifier to associate to the hits Should be sortable. Used to uniquely identify each hit and to eventually return the list of hits per cell |
|
default |
construct the cell as empty
| void Acts::HoughTransformUtils::HoughCell< identifier_t >::fill | ( | const identifier_t & | identifier, |
| unsigned int | layer, | ||
| YieldType | weight = 1. ) |
add an entry to this cell
| identifier | Identifier of the hit (used to distinguish hits from another) |
| layer | Layer of the hit (used when counting layers) |
| weight | Optional weight to assign to the hit |
| std::span< const identifier_t, std::dynamic_extent > Acts::HoughTransformUtils::HoughCell< identifier_t >::getHits | ( | ) | const |
Access the span of unique hits compatible with this cell.
| std::span< const unsigned, std::dynamic_extent > Acts::HoughTransformUtils::HoughCell< identifier_t >::getLayers | ( | ) | const |
access the span of layers compatible with this cell
| YieldType Acts::HoughTransformUtils::HoughCell< identifier_t >::nHits | ( | ) | const |
access the number of unique hits compatible with this cell
| YieldType Acts::HoughTransformUtils::HoughCell< identifier_t >::nLayers | ( | ) | const |
access the number of layers with hits compatible with this cell
| void Acts::HoughTransformUtils::HoughCell< identifier_t >::reset | ( | ) |
reset this cell, removing any existing content.