ATLAS Offline Software
Loading...
Searching...
No Matches
CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder Struct Reference
Collaboration diagram for CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder:

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

Detailed Description

Definition at line 119 of file CaloGPUClusterAndCellDataMonitor.h.

Member Function Documentation

◆ r2t()

int CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder::r2t ( const int i) const
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.

◆ ref_unmatched()

int CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder::ref_unmatched ( ) const
inline

Returns the number of unmatched clusters in the reference (first) tool.

Definition at line 137 of file CaloGPUClusterAndCellDataMonitor.h.

◆ t2r()

int CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder::t2r ( const int i) const
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.

◆ test_unmatched()

int CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder::test_unmatched ( ) const
inline

Returns the number of unmatched clusters in the test (second) tool.

Definition at line 142 of file CaloGPUClusterAndCellDataMonitor.h.

Member Data Documentation

◆ r2t_table

std::vector<int> CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder::r2t_table

Definition at line 121 of file CaloGPUClusterAndCellDataMonitor.h.

◆ t2r_table

std::vector<int> CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder::t2r_table

Definition at line 121 of file CaloGPUClusterAndCellDataMonitor.h.

◆ unmatched_ref_list

std::vector<int> CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder::unmatched_ref_list

Definition at line 122 of file CaloGPUClusterAndCellDataMonitor.h.

◆ unmatched_test_list

std::vector<int> CaloGPUClusterAndCellDataMonitor::sample_comparisons_holder::unmatched_test_list

Definition at line 122 of file CaloGPUClusterAndCellDataMonitor.h.


The documentation for this struct was generated from the following file: