CMS 3D CMS Logo

Public Types | Public Member Functions | Public Attributes

lhef::Matching< Delta >::Match Struct Reference

#include <Matching.h>

List of all members.

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 lhef::Matching< Delta >::Match

Definition at line 35 of file Matching.h.


Member Typedef Documentation

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

Definition at line 36 of file Matching.h.


Constructor & Destructor Documentation

template<typename Delta>
lhef::Matching< Delta >::Match::Match ( index_type  i1,
index_type  i2 
) [inline]

Definition at line 38 of file Matching.h.

                                                           :
                        index1(i1), index2(i2) {}

Member Data Documentation

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

Definition at line 41 of file Matching.h.

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

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

Definition at line 41 of file Matching.h.

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