CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Functions
deltaPhi.h File Reference
#include <cmath>

Go to the source code of this file.

Classes

struct  DeltaPhi< T1, T2 >
 

Namespaces

 reco
 fixed size matrix
 

Functions

double reco::deltaPhi (double phi1, double phi2)
 
double reco::deltaPhi (float phi1, double phi2)
 
double reco::deltaPhi (double phi1, float phi2)
 
float reco::deltaPhi (float phi1, float phi2)
 
template<typename T1 , typename T2 >
double reco::deltaPhi (T1 &t1, T2 &t2)
 
template<typename T >
T reco::deltaPhi (T phi1, T phi2)