#include <Matcher.h>
Public Member Functions | |
Matcher (const edm::ParameterSet &cfg) | |
~Matcher () | |
Private Types | |
typedef MatcherBase< C1, C2, M > ::MatchMap | MatchMap |
typedef MatcherBase< C1, C2, M > ::T1 | T1 |
typedef MatcherBase< C1, C2, M > ::T2 | T2 |
Private Member Functions | |
double | matchDistance (const T1 &c1, const T2 &c2) const |
bool | select (const T1 &c1, const T2 &c2) const |
Private Attributes | |
D | distance_ |
S | select_ |
typedef MatcherBase<C1, C2, M>::MatchMap reco::modules::Matcher< C1, C2, S, D, M >::MatchMap [private] |
Reimplemented from reco::modules::MatcherBase< C1, C2, M >.
typedef MatcherBase<C1, C2, M>::T1 reco::modules::Matcher< C1, C2, S, D, M >::T1 [private] |
Reimplemented from reco::modules::MatcherBase< C1, C2, M >.
typedef MatcherBase<C1, C2, M>::T2 reco::modules::Matcher< C1, C2, S, D, M >::T2 [private] |
Reimplemented from reco::modules::MatcherBase< C1, C2, M >.
reco::modules::Matcher< C1, C2, S, D, M >::Matcher | ( | const edm::ParameterSet & | cfg | ) | [inline] |
reco::modules::Matcher< C1, C2, S, D, M >::~Matcher | ( | ) | [inline] |
double reco::modules::Matcher< C1, C2, S, D, M >::matchDistance | ( | const T1 & | c1, |
const T2 & | c2 | ||
) | const [inline, private, virtual] |
Implements reco::modules::MatcherBase< C1, C2, M >.
bool reco::modules::Matcher< C1, C2, S, D, M >::select | ( | const T1 & | c1, |
const T2 & | c2 | ||
) | const [inline, private, virtual] |
Implements reco::modules::MatcherBase< C1, C2, M >.
D reco::modules::Matcher< C1, C2, S, D, M >::distance_ [private] |
Definition at line 62 of file Matcher.h.
Referenced by reco::modules::Matcher< Collection, Collection, S, D, reco::helper::CandMapTrait< Collection >::type >::matchDistance().
S reco::modules::Matcher< C1, C2, S, D, M >::select_ [private] |
Definition at line 61 of file Matcher.h.
Referenced by reco::modules::Matcher< Collection, Collection, S, D, reco::helper::CandMapTrait< Collection >::type >::select().