ATLAS Offline Software
|
Public Member Functions | |
int | r2t (const int i) const |
Converts a cluster index from the reference tool (first) to the test tool (second). More... | |
int | t2r (const int i) const |
Converts a cluster index from the test tool (second) to the reference tool (first). More... | |
int | ref_unmatched () const |
Returns the number of unmatched clusters in the reference (first) tool. More... | |
int | test_unmatched () const |
Returns the number of unmatched clusters in the test (second) tool. More... | |
Public Attributes | |
std::vector< int > | r2t_table |
std::vector< int > | t2r_table |
std::vector< int > | unmatched_ref_list |
std::vector< int > | unmatched_test_list |
Definition at line 128 of file CaloGPUClusterAndCellDataMonitor.h.
|
inline |
Converts a cluster index from the reference tool (first) to the test tool (second).
Returns -1
in case the cluster has not been matched.
Definition at line 135 of file CaloGPUClusterAndCellDataMonitor.h.
|
inline |
Returns the number of unmatched clusters in the reference (first) tool.
Definition at line 146 of file CaloGPUClusterAndCellDataMonitor.h.
|
inline |
Converts a cluster index from the test tool (second) to the reference tool (first).
Returns -1
in case the cluster has not been matched.
Definition at line 141 of file CaloGPUClusterAndCellDataMonitor.h.
|
inline |
Returns the number of unmatched clusters in the test (second) tool.
Definition at line 151 of file CaloGPUClusterAndCellDataMonitor.h.
std::vector<int> CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder::r2t_table |
Definition at line 130 of file CaloGPUClusterAndCellDataMonitor.h.
std::vector<int> CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder::t2r_table |
Definition at line 130 of file CaloGPUClusterAndCellDataMonitor.h.
std::vector<int> CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder::unmatched_ref_list |
Definition at line 131 of file CaloGPUClusterAndCellDataMonitor.h.
std::vector<int> CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder::unmatched_test_list |
Definition at line 131 of file CaloGPUClusterAndCellDataMonitor.h.