|
double | deltaPhi (double phiA, double phiB) |
| delta Phi in range [-pi,pi[ More...
|
|
template<class Iterator_t , class Predicate_t > |
void | sort (Iterator_t itr, Iterator_t itrEnd, Predicate_t p) |
| sort a container according to the given predicate More...
|
|
template<class Container_t , class Predicate_t > |
void | sort (Container_t &container, Predicate_t p) |
| sort a container according to the given predicate More...
|
|
double | deltaEta (const I4Momentum &p1, const I4Momentum &p2) |
| Computes efficiently \( \Delta{\eta} \). More...
|
|
double | deltaEtaSq (const I4Momentum &p1, const I4Momentum &p2) |
| Computes efficiently \( \Delta{\eta}^2 \). More...
|
|
double | deltaEta (const I4Momentum *const p1, const I4Momentum *const p2) |
| Computes efficiently \( \Delta{\eta} \), pointer args. More...
|
|
double | deltaPhi (const I4Momentum &p4, const double phi) |
| delta Phi in range [-pi,pi[ from one I4momentum reference More...
|
|
double | deltaPhi (const I4Momentum &pA, const I4Momentum &pB) |
| delta Phi in range [-pi,pi[ from two I4momentum references More...
|
|
double | deltaPhiSq (const I4Momentum &pA, const I4Momentum &pB) |
| delta Phi squared in range ([-pi,pi[)^2 from two I4momentum references More...
|
|
double | deltaPhi (const I4Momentum *const pA, const I4Momentum *const pB) |
| delta Phi in range [-pi,pi[ from two I4momentum pointers More...
|
|
double | deltaR (const I4Momentum &p4, double eta, double phi) |
| \( \Delta{R} \) from 1 I4Momentum More...
|
|
double | deltaR (const I4Momentum &pA, const I4Momentum &pB) |
| delta R from two I4momentum reference More...
|
|
double | deltaR (const I4Momentum *const pA, const I4Momentum *const pB) |
| delta R from two I4momentum pointers More...
|
|
bool | isInDeltaR (const I4Momentum &p1, const I4Momentum &p2, double dR) |
| Check if 2 I4Momentum are in a \( \Delta{R} \) cone. More...
|
|
double | invMass (const I4Momentum &pA, const I4Momentum &pB) |
| invariant mass from two I4momentum references More...
|
|
double | invMass (const I4Momentum *const pA, const I4Momentum *const pB) |
| invariant mass from two I4momentum pointers More...
|
|
double | invMass (const I4Momentum &pA, const I4Momentum &pB, const I4Momentum &pC, const I4Momentum &pD) |
| invariant mass from four I4momentum references More...
|
|
double | invMass (const I4Momentum *const pA, const I4Momentum *const pB, const I4Momentum *const pC, const I4Momentum *const pD) |
| invariant mass from four I4momentum pointers More...
|
|
P4Helpers provides static helper functions for kinematic calculation on objects deriving from I4Momentum.
- Author
- David Rousseau rouss.nosp@m.eau@.nosp@m.lal.i.nosp@m.n2p3.nosp@m..fr
-
Sebastien Binet binet.nosp@m.@cer.nosp@m.n.ch
-
Tadashi Maeno