#include <KinematicHelper.h>
Public Methods | |
double | deltaR (IKinematic &a, IKinematic &b) |
double | deltaR (IKinematic *a, IKinematic *b) |
double | deltaPhi (IKinematic &a, IKinematic &b) |
double | deltaPhi (IKinematic *a, IKinematic *b) |
double | mass (IKinematic &a, IKinematic &b) |
double | mass (IKinematic *a, IKinematic *b) |
template<class Iter> double | mass (Iter begin, Iter end) |
template<class Iter> double | sumETInCone (Iter begin, Iter end, IKinematic *reference, double rCone) |
|
Return the distance in phi space between two items |
|
Return the distance in phi space between two items |
|
Return the distance in eta-phi space between two items |
|
Return the distance in eta-phi space between two items |
|
Return the invariant mass of a collection of IKinematic* (not IKinematic& at present) |
|
Return the invariant mass of two items, |
|
Return the invariant mass of two items, |
|
Sum quantities in a given R-cone from a reference. |