CMS 3D CMS Logo

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().

00033                                                                      {
00034   return ( one.e0() ) < ( other.e0() );
00035 //   return ( one.x0() + one.y0() ) < ( other.x0() + other.y0()  );
00036 } 


Generated on Tue Jun 9 17:52:04 2009 for CMSSW by  doxygen 1.5.4