Public Member Functions | |
bool | operator() (const ori_t &a, const ori_t &b) |
|
Definition at line 4610 of file util_sparx.cpp. References b, ori_t::iphi, and ori_t::itht. 04611 { 04612 if( a.itht != b.itht ) 04613 { 04614 return a.itht < b.itht; 04615 } 04616 04617 return a.iphi < b.iphi; 04618 }
|