Class DocaCluster

java.lang.Object
org.jlab.rec.ahdc.Cluster.DocaCluster

public class DocaCluster extends Object
DocaCluster is a "refined" cluster space point built from the DOCA information of hits in the two PreClusters that compose a standard Cluster. One original Cluster can produce one or several DocaCluster objects, each with its own (x, y, z, weight).
  • Constructor Details

    • DocaCluster

      public DocaCluster(double x, double y, double z, double weight, int pattern, int clusterIndex)
  • Method Details

    • get_X

      public double get_X()
    • get_Y

      public double get_Y()
    • get_Z

      public double get_Z()
    • get_Weight

      public double get_Weight()
    • get_Pattern

      public int get_Pattern()
    • get_ClusterIndex

      public int get_ClusterIndex()
    • set_X

      public void set_X(double x)
    • set_Y

      public void set_Y(double y)
    • set_Z

      public void set_Z(double z)
    • set_Weight

      public void set_Weight(double weight)
    • set_Pattern

      public void set_Pattern(int pattern)
    • set_ClusterIndex

      public void set_ClusterIndex(int idx)
    • toString

      public String toString()
      Overrides:
      toString in class Object