CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
fftjetcms::Private::matchOneToOne_MatchInfo Struct Reference

#include <matchOneToOne.h>

Public Member Functions

bool operator< (const matchOneToOne_MatchInfo &r) const
 
bool operator> (const matchOneToOne_MatchInfo &r) const
 

Public Attributes

double distance
 
unsigned i1
 
unsigned i2
 

Detailed Description

Definition at line 19 of file matchOneToOne.h.

Member Function Documentation

bool fftjetcms::Private::matchOneToOne_MatchInfo::operator< ( const matchOneToOne_MatchInfo r) const
inline

Definition at line 25 of file matchOneToOne.h.

References distance.

26  {return distance < r.distance;}
bool fftjetcms::Private::matchOneToOne_MatchInfo::operator> ( const matchOneToOne_MatchInfo r) const
inline

Definition at line 28 of file matchOneToOne.h.

References distance.

29  {return distance > r.distance;}

Member Data Documentation

double fftjetcms::Private::matchOneToOne_MatchInfo::distance

Definition at line 21 of file matchOneToOne.h.

Referenced by fftjetcms::matchOneToOne(), operator<(), and operator>().

unsigned fftjetcms::Private::matchOneToOne_MatchInfo::i1

Definition at line 22 of file matchOneToOne.h.

Referenced by fftjetcms::matchOneToOne().

unsigned fftjetcms::Private::matchOneToOne_MatchInfo::i2

Definition at line 23 of file matchOneToOne.h.

Referenced by fftjetcms::matchOneToOne().