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
MuonAssociatorByHitsHelper::IndexMatch Struct Reference

#include <MuonAssociatorByHitsHelper.h>

Public Member Functions

 IndexMatch (size_t index, double global_quality)
 
bool operator< (const IndexMatch &other) const
 

Public Attributes

size_t idx
 
double quality
 

Detailed Description

Definition at line 49 of file MuonAssociatorByHitsHelper.h.

Constructor & Destructor Documentation

MuonAssociatorByHitsHelper::IndexMatch::IndexMatch ( size_t  index,
double  global_quality 
)
inline

Member Function Documentation

bool MuonAssociatorByHitsHelper::IndexMatch::operator< ( const IndexMatch other) const
inline

Definition at line 52 of file MuonAssociatorByHitsHelper.h.

References quality.

52 { return other.quality < quality; }

Member Data Documentation

size_t MuonAssociatorByHitsHelper::IndexMatch::idx

Definition at line 51 of file MuonAssociatorByHitsHelper.h.

double MuonAssociatorByHitsHelper::IndexMatch::quality

Definition at line 51 of file MuonAssociatorByHitsHelper.h.

Referenced by operator<().