![]() |
Project
|
#include <ClustererACTS.h>
Inherits o2::trk::Clusterer.
Public Member Functions | |
| void | process (gsl::span< const Digit > digits, gsl::span< const DigROFRecord > digitROFs, std::vector< o2::trk::Cluster > &clusters, std::vector< unsigned char > &patterns, std::vector< o2::trk::ROFRecord > &clusterROFs, const ConstDigitTruth *digitLabels=nullptr, ClusterTruth *clusterLabels=nullptr, gsl::span< const DigMC2ROFRecord > digMC2ROFs={}, std::vector< o2::trk::MC2ROFRecord > *clusterMC2ROFs=nullptr) override |
Additional Inherited Members | |
Public Types inherited from o2::trk::Clusterer | |
| using | Digit = o2::itsmft::Digit |
| using | DigROFRecord = o2::itsmft::ROFRecord |
| using | DigMC2ROFRecord = o2::itsmft::MC2ROFRecord |
| using | ClusterTruth = o2::dataformats::MCTruthContainer< o2::MCCompLabel > |
| using | ConstDigitTruth = o2::dataformats::ConstMCTruthContainerView< o2::MCCompLabel > |
| using | Label = o2::MCCompLabel |
Static Public Attributes inherited from o2::trk::Clusterer | |
| static constexpr int | MaxLabels = 10 |
| static constexpr int | MaxHugeClusWarn = 5 |
Protected Attributes inherited from o2::trk::Clusterer | |
| int | mNHugeClus = 0 |
| std::unique_ptr< ClustererThread > | mThread |
| std::vector< int > | mSortIdx |
| reusable per-ROF sort buffer | |
Definition at line 25 of file ClustererACTS.h.
|
overridevirtual |
< Dimensionality of the clustering grid (2D for pixel detectors)
Reimplemented from o2::trk::Clusterer.
Definition at line 155 of file ClustererACTS.cxx.