Uses of Class
IKinematic

Packages that use IKinematic
<default> 

Uses of IKinematic in
 

Subclasses of IKinematic in
class Cell
          Cell objects represent 2D surface elements in eta-phi space of the Calorimeter.
class Cluster
          This class represents a cluster of energy with a centroid at a given 3-vector position.
class Jet
          Represents a Jet made from clusters.
class ReconstructedParticle
          ReconstructedParticle is used to represent most simple particles such as Electron, Muon, Photon, etc.
class SimpleKinematic
          Convertor from HepMC::Particle to IKinematic
 

Methods in with parameters of type IKinematic
doubleKinematicHelper.deltaPhi(IKinematic * a, IKinematic * b)
          Return the distance in phi space between two items
doubleKinematicHelper.deltaPhi(IKinematic & a, IKinematic & b)
          Return the distance in phi space between two items
doubleKinematicHelper.deltaR(IKinematic * a, IKinematic * b)
          Return the distance in eta-phi space between two items
doubleKinematicHelper.deltaR(IKinematic & a, IKinematic & b)
          Return the distance in eta-phi space between two items
doubleKinematicHelper.mass(IKinematic * a, IKinematic * b)
          Return the invariant mass of two items,
doubleKinematicHelper.mass(IKinematic & a, IKinematic & b)
          Return the invariant mass of two items,
doubleKinematicHelper.sumETInCone(Iter begin, Iter end, IKinematic * reference, double rCone)
          Sum quantities in a given R-cone from a reference.