Class RICHCluster

All Implemented Interfaces:
Serializable, Cloneable, Iterable<RICHHit>, Collection<RICHHit>, List<RICHHit>, RandomAccess

public class RICHCluster extends ArrayList<RICHHit>
See Also:
  • Constructor Details

    • RICHCluster

      public RICHCluster(int cluid)
  • Method Details

    • get_id

      public int get_id()
    • set_id

      public void set_id(int cluid)
    • get_signal

      public int get_signal()
    • set_signal

      public void set_signal(int signal)
    • get_size

      public int get_size()
    • get_charge

      public double get_charge()
    • get_iMax

      public int get_iMax()
    • get_time

      public double get_time()
    • get_rawtime

      public double get_rawtime()
    • get_glx

      public int get_glx()
    • get_gly

      public int get_gly()
    • get_x

      public double get_x()
    • get_y

      public double get_y()
    • get_z

      public double get_z()
    • get_wtime

      public double get_wtime()
    • getCentroid

      public Point3D getCentroid()
    • get_wx

      public double get_wx()
    • get_wy

      public double get_wy()
    • get_wz

      public double get_wz()
    • isgoodCluster

      public boolean isgoodCluster()
    • merge

      public void merge(RICHCluster clu)
    • containsHit

      public boolean containsHit(RICHHit hit)
    • compareTo

      public int compareTo(RICHCluster ocluster)
    • showCluster

      public void showCluster()