#include <deltaR.h>
Public Member Functions | |
double | operator() (const T1 &t1, const T2 &t2) const |
double DeltaR< T1, T2 >::operator() | ( | const T1 & | t1, |
const T2 & | t2 | ||
) | const [inline] |
Definition at line 80 of file deltaR.h.
{ return reco::deltaR(t1, t2); }