hep.physics
Interface HepLorentzVector

All Known Implementing Classes:
BasicHepLorentzVector

public interface HepLorentzVector

Interface to be implemented by 4 Vectors

See Also:
BasicHepLorentzVector

Method Summary
 double lorMag()
          The magnitude of the Lorentz vector.
 double lorMag2()
          The square of the magnitude of the Lorentz vector
 double t()
           
 Hep3Vector v3()
           
 

Method Detail

t

public double t()

v3

public Hep3Vector v3()

lorMag

public double lorMag()
The magnitude of the Lorentz vector.


lorMag2

public double lorMag2()
The square of the magnitude of the Lorentz vector