#include <MatchByDR.h>
Public Member Functions | |
MatchByDR (const edm::ParameterSet &cfg) | |
bool | operator() (const T1 &t1, const T2 &t2) const |
Private Attributes | |
DeltaR< T1, T2 > | deltaR_ |
double | maxDR_ |
Definition at line 11 of file MatchByDR.h.
reco::MatchByDR< T1, T2 >::MatchByDR | ( | const edm::ParameterSet & | cfg | ) | [inline] |
Definition at line 13 of file MatchByDR.h.
: maxDR_(cfg.getParameter<double>("maxDeltaR")) {}
bool reco::MatchByDR< T1, T2 >::operator() | ( | const T1 & | t1, |
const T2 & | t2 | ||
) | const [inline] |
Definition at line 15 of file MatchByDR.h.
References reco::MatchByDR< T1, T2 >::deltaR_, and reco::MatchByDR< T1, T2 >::maxDR_.
DeltaR<T1,T2> reco::MatchByDR< T1, T2 >::deltaR_ [private] |
Definition at line 19 of file MatchByDR.h.
Referenced by reco::MatchByDR< T1, T2 >::operator()().
double reco::MatchByDR< T1, T2 >::maxDR_ [private] |
Definition at line 20 of file MatchByDR.h.
Referenced by reco::MatchByDR< T1, T2 >::operator()().