![]() |
Project
|
Pre-clustering algorithm for MID. More...
#include <PreClusterizer.h>
Public Member Functions | |
| void | process (gsl::span< const ColumnData > stripPatterns, bool accumulate=false) |
| void | process (gsl::span< const ColumnData > stripPatterns, gsl::span< const ROFRecord > rofRecords) |
| const std::vector< PreCluster > & | getPreClusters () |
| Gets the vector of reconstructed pre-clusters. | |
| const std::vector< ROFRecord > & | getROFRecords () |
| Gets the vector of pre-clusters RO frame records. | |
Pre-clustering algorithm for MID.
Definition at line 34 of file PreClusterizer.h.
|
inline |
Gets the vector of reconstructed pre-clusters.
Definition at line 48 of file PreClusterizer.h.
|
inline |
Gets the vector of pre-clusters RO frame records.
Definition at line 51 of file PreClusterizer.h.
| void o2::mid::PreClusterizer::process | ( | gsl::span< const ColumnData > | stripPatterns, |
| bool | accumulate = false |
||
| ) |
Builds the pre-clusters from the strip patterns in the event
| stripPatterns | Vector of strip patterns per column |
| accumulate | Flag to decide if one needs to reset the output preclusters at each event |
Definition at line 24 of file PreClusterizer.cxx.
| void o2::mid::PreClusterizer::process | ( | gsl::span< const ColumnData > | stripPatterns, |
| gsl::span< const ROFRecord > | rofRecords | ||
| ) |
Builds the pre-clusters from the strip patterns in the timeframe
| stripPatterns | Vector of strip patterns per column |
| rofRecords | RO frame records |
Definition at line 47 of file PreClusterizer.cxx.