Public Member Functions | |
bool | operator() (const ori_t &a, const ori_t &b) |
|
Definition at line 4695 of file util_sparx.cpp. References b, ori_t::iphi, and ori_t::itht. 04696 { 04697 if( a.itht != b.itht ) 04698 { 04699 return a.itht < b.itht; 04700 } 04701 04702 return a.iphi < b.iphi; 04703 }
|