![]() |
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). | |
| int | t2r (const int i) const |
| Converts a cluster index from the test tool (second) to the reference tool (first). | |
| int | ref_unmatched () const |
| Returns the number of unmatched clusters in the reference (first) tool. | |
| int | test_unmatched () const |
| Returns the number of unmatched clusters in the test (second) tool. | |
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 119 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 126 of file CaloGPUClusterAndCellDataMonitor.h.
|
inline |
Returns the number of unmatched clusters in the reference (first) tool.
Definition at line 137 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 132 of file CaloGPUClusterAndCellDataMonitor.h.
|
inline |
Returns the number of unmatched clusters in the test (second) tool.
Definition at line 142 of file CaloGPUClusterAndCellDataMonitor.h.
| std::vector<int> CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder::r2t_table |
Definition at line 121 of file CaloGPUClusterAndCellDataMonitor.h.
| std::vector<int> CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder::t2r_table |
Definition at line 121 of file CaloGPUClusterAndCellDataMonitor.h.
| std::vector<int> CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder::unmatched_ref_list |
Definition at line 122 of file CaloGPUClusterAndCellDataMonitor.h.
| std::vector<int> CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder::unmatched_test_list |
Definition at line 122 of file CaloGPUClusterAndCellDataMonitor.h.