Class RecoilCross

java.lang.Object
org.jlab.service.recoil.RecoilCross

public class RecoilCross extends Object
recoil V-W clusters
Author:
devita, niccolai
  • Constructor Details

  • Method Details

    • setId

      public void setId(int id)
    • getId

      public int getId()
    • getSector

      public int getSector()
    • getRegion

      public int getRegion()
    • getChamber

      public int getChamber()
    • getCluster1

      public int getCluster1()
    • getCluster2

      public int getCluster2()
    • point

      public Point3D point()
    • getEnergy

      public double getEnergy()
    • getTime

      public double getTime()
    • getStatus

      public int getStatus()
    • createCrosses

      public static List<RecoilCross> createCrosses(List<RecoilCluster> clusters)
    • toString

      public String toString()
      Overrides:
      toString in class Object