| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides implementation of useful manipulations of entities honouring the IKinematic interface.
Method Summary | |
double | deltaPhi(IKinematic & a, IKinematic & b) Return the distance in phi space between two items |
double | deltaPhi(IKinematic * a, IKinematic * b) Return the distance in phi space between two items |
double | deltaR(IKinematic & a, IKinematic & b) Return the distance in eta-phi space between two items |
double | deltaR(IKinematic * a, IKinematic * b) Return the distance in eta-phi space between two items |
double | mass(IKinematic & a, IKinematic & b) Return the invariant mass of two items, |
double | mass(IKinematic * a, IKinematic * b) Return the invariant mass of two items, |
double | mass(Iter begin, Iter end) Return the invariant mass of a collection of IKinematic* (not IKinematic& at present) |
double | sumETInCone(Iter begin, Iter end, IKinematic * reference, double rCone) Sum quantities in a given R-cone from a reference. |
Method Detail |
public double deltaPhi(IKinematic & a, IKinematic & b)
public double deltaPhi(IKinematic * a, IKinematic * b)
public double deltaR(IKinematic & a, IKinematic & b)
public double deltaR(IKinematic * a, IKinematic * b)
public double mass(IKinematic & a, IKinematic & b)
public double mass(IKinematic * a, IKinematic * b)
public double mass(Iter begin, Iter end)
public double sumETInCone(Iter begin, Iter end, IKinematic * reference, double rCone)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |