CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Public Attributes
btag::Matching< Delta >::Match Struct Reference

#include <Matching.h>

Public Types

typedef Matching::index_type index_type
 

Public Member Functions

 Match (index_type i1, index_type i2)
 

Public Attributes

index_type index1
 
index_type index2
 

Detailed Description

template<typename Delta>
struct btag::Matching< Delta >::Match

Definition at line 35 of file Matching.h.

Member Typedef Documentation

template<typename Delta>
typedef Matching::index_type btag::Matching< Delta >::Match::index_type

Definition at line 36 of file Matching.h.

Constructor & Destructor Documentation

template<typename Delta>
btag::Matching< Delta >::Match::Match ( index_type  i1,
index_type  i2 
)
inline

Definition at line 38 of file Matching.h.

38  :
39  index1(i1), index2(i2) {}
index_type index1
Definition: Matching.h:41
index_type index2
Definition: Matching.h:41

Member Data Documentation

template<typename Delta>
index_type btag::Matching< Delta >::Match::index1

Definition at line 41 of file Matching.h.

Referenced by btag::Matching< Delta >::delta().

template<typename Delta>
index_type btag::Matching< Delta >::Match::index2

Definition at line 41 of file Matching.h.

Referenced by btag::Matching< Delta >::delta().