Documentation of 'hep.physics.vec.BasicHepLorentzVector' Java class
BasicHepLorentzVector
hep.physics.vec

Class BasicHepLorentzVector

  • All Implemented Interfaces:
    HepLorentzVector, java.io.Serializable


    public class BasicHepLorentzVector
    extends java.lang.Object
    implements HepLorentzVector, java.io.Serializable
    BasicImplementation of a HepLorentzVector (4-vector)
    See Also:
    Serialized Form
    • Constructor Detail

      • BasicHepLorentzVector

        public BasicHepLorentzVector()
      • BasicHepLorentzVector

        public BasicHepLorentzVector(double t,
                                     double x,
                                     double y,
                                     double z)
      • BasicHepLorentzVector

        public BasicHepLorentzVector(double t,
                                     double[] x)
      • BasicHepLorentzVector

        public BasicHepLorentzVector(double t,
                                     float[] x)
      • BasicHepLorentzVector

        public BasicHepLorentzVector(double t,
                                     Hep3Vector v)
    • Method Detail

      • setV3

        public void setV3(double t,
                          double x,
                          double y,
                          double z)
      • setV3

        public void setV3(double t,
                          Hep3Vector v)
      • setT

        public void setT(double t)
      • equals

        public boolean equals(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.