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

Public Member Functions

bool operator() (const TracccCell &lhs, const TracccCell &rhs) const

Detailed Description

Definition at line 15 of file TritonTracccTrackMaker.cxx.

Member Function Documentation

◆ operator()()

bool cell_order::operator() ( const TracccCell & lhs,
const TracccCell & rhs ) const
inline

Definition at line 16 of file TritonTracccTrackMaker.cxx.

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

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