#include <JetUtil.h>
List of all members.
Static Public Member Functions |
static double | dPhi (double phi1, double phi2) |
static double | Phi_0_2pi (double x) |
static double | Phi_mpi_pi (double x) |
template<typename T1 , typename T2 > |
static double | radius (const T1 &t1, const T2 &t2) |
static double | radius (double eta1, double phi1, double eta2, double phi2) |
Detailed Description
Definition at line 20 of file JetUtil.h.
Member Function Documentation
static double JetUtil::dPhi |
( |
double |
phi1, |
|
|
double |
phi2 |
|
) |
| [inline, static] |
static double JetUtil::Phi_0_2pi |
( |
double |
x | ) |
[inline, static] |
static double JetUtil::Phi_mpi_pi |
( |
double |
x | ) |
[inline, static] |
template<typename T1 , typename T2 >
static double JetUtil::radius |
( |
const T1 & |
t1, |
|
|
const T2 & |
t2 |
|
) |
| [inline, static] |
static double JetUtil::radius |
( |
double |
eta1, |
|
|
double |
phi1, |
|
|
double |
eta2, |
|
|
double |
phi2 |
|
) |
| [inline, static] |