CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

struct  fftjetcms::Private::matchOneToOne_MatchInfo
 

Namespaces

 fftjetcms
 
 fftjetcms::Private
 

Functions

template<class T1 , class T2 , class DistanceCalculator >
unsigned fftjetcms::matchOneToOne (const std::vector< T1 > &v1, const std::vector< T2 > &v2, const DistanceCalculator &calc, std::vector< int > *matchFrom1To2, const double maxMatchingDistance=1.0e300)