CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
RecoFP420.h File Reference
#include <vector>

Go to the source code of this file.

Classes

class  RecoFP420
 

Functions

bool operator< (const RecoFP420 &one, const RecoFP420 &other)
 

Function Documentation

bool operator< ( const RecoFP420 one,
const RecoFP420 other 
)
inline

Definition at line 33 of file RecoFP420.h.

References RecoFP420::e0().

33  {
34  return ( one.e0() ) < ( other.e0() );
35 // return ( one.x0() + one.y0() ) < ( other.x0() + other.y0() );
36 }
double e0() const
Definition: RecoFP420.h:14