Public Member Functions | |
bool | operator() (const ori_t &a, const ori_t &b) |
|
Definition at line 4572 of file util_sparx.cpp. References b, ori_t::iphi, and ori_t::itht. 04573 { 04574 if( a.itht != b.itht ) 04575 { 04576 return a.itht < b.itht; 04577 } 04578 04579 return a.iphi < b.iphi; 04580 }
|