|
| double | deltaPhi (double phiA, double phiB) |
| | delta Phi in range [-pi,pi[
|
| 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
|
| template<class Container_t, class Predicate_t> |
| void | sort (Container_t &container, Predicate_t p) |
| | sort a container according to the given predicate
|
| double | deltaEta (const I4Momentum &p1, const I4Momentum &p2) |
| | Computes efficiently \( \Delta{\eta} \).
|
| double | deltaEtaSq (const I4Momentum &p1, const I4Momentum &p2) |
| | Computes efficiently \( \Delta{\eta}^2 \).
|
| double | deltaEta (const I4Momentum *const p1, const I4Momentum *const p2) |
| | Computes efficiently \( \Delta{\eta} \), pointer args.
|
| double | deltaPhi (const I4Momentum &p4, const double phi) |
| | delta Phi in range [-pi,pi[ from one I4momentum reference
|
| double | deltaPhi (const I4Momentum &pA, const I4Momentum &pB) |
| | delta Phi in range [-pi,pi[ from two I4momentum references
|
| double | deltaPhiSq (const I4Momentum &pA, const I4Momentum &pB) |
| | delta Phi squared in range ([-pi,pi[)^2 from two I4momentum references
|
| double | deltaPhi (const I4Momentum *const pA, const I4Momentum *const pB) |
| | delta Phi in range [-pi,pi[ from two I4momentum pointers
|
| double | deltaR (const I4Momentum &p4, double eta, double phi) |
| | \( \Delta{R} \) from 1 I4Momentum
|
| double | deltaR (const I4Momentum &pA, const I4Momentum &pB) |
| | delta R from two I4momentum reference
|
| double | deltaR (const I4Momentum *const pA, const I4Momentum *const pB) |
| | delta R from two I4momentum pointers
|
| bool | isInDeltaR (const I4Momentum &p1, const I4Momentum &p2, double dR) |
| | Check if 2 I4Momentum are in a \( \Delta{R} \) cone.
|
| double | invMass (const I4Momentum &pA, const I4Momentum &pB) |
| | invariant mass from two I4momentum references
|
| double | invMass (const I4Momentum *const pA, const I4Momentum *const pB) |
| | invariant mass from two I4momentum pointers
|
| double | invMass (const I4Momentum &pA, const I4Momentum &pB, const I4Momentum &pC, const I4Momentum &pD) |
| | invariant mass from four I4momentum references
|
| double | invMass (const I4Momentum *const pA, const I4Momentum *const pB, const I4Momentum *const pC, const I4Momentum *const pD) |
| | invariant mass from four I4momentum pointers
|
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