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

Public Member Functions

bool operator() (const traccc::io::csv::cell &lhs, const traccc::io::csv::cell &rhs) const

Detailed Description

Definition at line 16 of file RDOtoTracccCellConverterAlg.cxx.

Member Function Documentation

◆ operator()()

bool cell_order_module_indices::operator() ( const traccc::io::csv::cell & lhs,
const traccc::io::csv::cell & rhs ) const
inline

Definition at line 17 of file RDOtoTracccCellConverterAlg.cxx.

18 {
19 if (lhs.geometry_id != rhs.geometry_id)
20 return lhs.geometry_id < rhs.geometry_id;
21 if (lhs.channel1 != rhs.channel1)
22 return lhs.channel1 < rhs.channel1;
23 return lhs.channel0 < rhs.channel0;
24 }

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