#include <deltaPhi.h>
Public Member Functions | |
double | operator() (const T1 &t1, const T2 &t2) const |
Definition at line 60 of file deltaPhi.h.
double DeltaPhi< T1, T2 >::operator() | ( | const T1 & | t1, |
const T2 & | t2 | ||
) | const [inline] |
Definition at line 61 of file deltaPhi.h.
References SiPixelRawToDigiRegional_cfi::deltaPhi.
{ return reco::deltaPhi(t1, t2); }