![]() |
Project
|
#include <PreClustersDE.h>
Classes | |
| struct | BP |
| struct | NBP |
Public Member Functions | |
| NBP & | getPreClusterNBP (int idx) |
| Gets the pre-cluster in the NBP. | |
| const NBP & | getPreClusterNBP (int idx) const |
| Gets the pre-cluster in the NBP (const version) | |
| BP & | getPreClusterBP (int icolumn, int idx) |
| Gets pre-cluster in the BP. | |
| const BP & | getPreClusterBP (int icolumn, int idx) const |
| Gets pre-cluster in the BP (const version) | |
| size_t | getNPreClustersNBP () const |
| Gets the number of pre-clusters in the NBP. | |
| size_t | getNPreClustersBP (int icolumn) const |
| Gets the number of pre-clusters in the BP. | |
| void | setDEId (uint8_t deId) |
| Sets the detection element ID. | |
| uint8_t | getDEId () const |
| Gets the detection element ID. | |
| std::vector< int > | getNeighbours (int icolumn, int idx) const |
| std::vector< NBP > & | getPreClustersNBP () |
| Gets the vector of pre-clusters in the NBP. | |
| std::vector< BP > & | getPreClustersBP (int icolumn) |
| Gets the vector of pre-clusters in the BP in column icolumn. | |
| bool | init () |
| void | reset () |
Definition at line 32 of file PreClustersDE.h.
|
inline |
Gets the detection element ID.
Definition at line 69 of file PreClustersDE.h.
Gets the neighbour pre-cluster in the BP in icolumn + 1
Definition at line 38 of file PreClustersDE.cxx.
|
inline |
Gets the number of pre-clusters in the BP.
Definition at line 63 of file PreClustersDE.h.
|
inline |
Gets the number of pre-clusters in the NBP.
Definition at line 60 of file PreClustersDE.h.
Gets pre-cluster in the BP.
Definition at line 54 of file PreClustersDE.h.
Gets pre-cluster in the BP (const version)
Definition at line 57 of file PreClustersDE.h.
Gets the pre-cluster in the NBP.
Definition at line 48 of file PreClustersDE.h.
Gets the pre-cluster in the NBP (const version)
Definition at line 51 of file PreClustersDE.h.
Gets the vector of pre-clusters in the BP in column icolumn.
Definition at line 77 of file PreClustersDE.h.
|
inline |
Gets the vector of pre-clusters in the NBP.
Definition at line 74 of file PreClustersDE.h.
| bool o2::mid::PreClustersDE::init | ( | ) |
Initializes the class
Definition at line 24 of file PreClustersDE.cxx.
| void o2::mid::PreClustersDE::reset | ( | ) |
Resets number of pre-clusters
Definition at line 62 of file PreClustersDE.cxx.
|
inline |
Sets the detection element ID.
Definition at line 66 of file PreClustersDE.h.