#include <vector>
Go to the source code of this file.
Classes | |
class | RecoFP420 |
Functions | |
bool | operator< (const RecoFP420 &one, const RecoFP420 &other) |
Definition at line 33 of file RecoFP420.h.
References RecoFP420::e0().
00033 { 00034 return ( one.e0() ) < ( other.e0() ); 00035 // return ( one.x0() + one.y0() ) < ( other.x0() + other.y0() ); 00036 }