Class Vertex

java.lang.Object
org.jlab.rec.vtx.Vertex

public class Vertex extends Object
Author:
ziegler
  • Constructor Details

  • Method Details

    • getR

      public double getR()
      Returns:
      the _r
    • setR

      public void setR(double _r)
      Parameters:
      _r - the _r to set
    • getP1

      public Particle getP1()
      Returns:
      the _p1
    • setP1

      public void setP1(Particle _p1)
      Parameters:
      _p1 - the _p1 to set
    • getP2

      public Particle getP2()
      Returns:
      the _p2
    • setP2

      public void setP2(Particle _p2)
      Parameters:
      _p2 - the _p2 to set
    • getP0

      public Particle getP0()
      Returns:
      the _p0
    • setP0

      public void setP0(Particle _p0)
      Parameters:
      _p0 - the _p0 to set