group avoidf$avoidDelta phiavoidf$ calculations from 3-vectors
\f$\Delta phi\f$ calculations from 3-vectors
Functions
Name | |
---|---|
double | deltaPhi(const Vector3 & a, const Vector3 & b, bool sign =false) Calculate the difference in azimuthal angle between two spatial vectors. |
double | deltaPhi(const Vector3 & v, double phi2, bool sign =false) Calculate the difference in azimuthal angle between two spatial vectors. |
double | deltaPhi(double phi1, const Vector3 & v, bool sign =false) Calculate the difference in azimuthal angle between two spatial vectors. |
Functions Documentation
function deltaPhi
inline double deltaPhi(
const Vector3 & a,
const Vector3 & b,
bool sign =false
)
Calculate the difference in azimuthal angle between two spatial vectors.
function deltaPhi
inline double deltaPhi(
const Vector3 & v,
double phi2,
bool sign =false
)
Calculate the difference in azimuthal angle between two spatial vectors.
function deltaPhi
inline double deltaPhi(
double phi1,
const Vector3 & v,
bool sign =false
)
Calculate the difference in azimuthal angle between two spatial vectors.
Updated on 2022-08-07 at 20:17:18 +0100