#include <TrkCalIsolationAlgo.h>
Public Types | |
typedef double | value_type |
Public Member Functions | |
double | operator() (const T1 &, const C2 &) const |
TrkCalIsolationAlgo (double dRMin, double dRMax) | |
TrkCalIsolationAlgo () | |
~TrkCalIsolationAlgo () | |
Private Attributes | |
double | dRMax_ |
double | dRMin_ |
Definition at line 10 of file TrkCalIsolationAlgo.h.
typedef double TrkCalIsolationAlgo< T1, C2 >::value_type |
Definition at line 12 of file TrkCalIsolationAlgo.h.
TrkCalIsolationAlgo< T1, C2 >::TrkCalIsolationAlgo | ( | ) |
TrkCalIsolationAlgo< T1, C2 >::TrkCalIsolationAlgo | ( | double | dRMin, |
double | dRMax | ||
) | [inline] |
Definition at line 14 of file TrkCalIsolationAlgo.h.
TrkCalIsolationAlgo< T1, C2 >::~TrkCalIsolationAlgo | ( | ) | [inline] |
Definition at line 15 of file TrkCalIsolationAlgo.h.
{ }
double TrkCalIsolationAlgo< T1, C2 >::operator() | ( | const T1 & | cand, |
const C2 & | elements | ||
) | const |
Definition at line 28 of file TrkCalIsolationAlgo.h.
References deltaR(), and HTMLExport::elem().
double TrkCalIsolationAlgo< T1, C2 >::dRMax_ [private] |
Definition at line 19 of file TrkCalIsolationAlgo.h.
double TrkCalIsolationAlgo< T1, C2 >::dRMin_ [private] |
Definition at line 19 of file TrkCalIsolationAlgo.h.