hep.physics.vec
Interface HepLorentzVector
-
- All Known Implementing Classes:
- BasicHepLorentzVector
public interface HepLorentzVectorInterface to be implemented by 4 Vectors. This interface is deliberately kept simple to minimize the work needed to implement it. Operations for operating on vectors can be found in class VecOp.- See Also:
BasicHepLorentzVector,VecOp
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doublemagnitude()The magnitude of the Lorentz vector.doublemagnitudeSquared()The square of the magnitude of the vectordoublet()Hep3Vectorv3()
-
-
-
Method Detail
-
t
double t()
-
v3
Hep3Vector v3()
-
magnitude
double magnitude()
The magnitude of the Lorentz vector.
-
magnitudeSquared
double magnitudeSquared()
The square of the magnitude of the vector
-
-
DMelt 3.0 © DataMelt by jWork.ORG