Class Cluster

All Implemented Interfaces:
Serializable, Cloneable, Comparable<Cluster>, Iterable<AHit>, Collection<AHit>, List<AHit>, RandomAccess

public class Cluster extends ArrayList<AHit> implements Comparable<Cluster>
Author:
ziegler
See Also:
  • Constructor Details

    • Cluster

      public Cluster(int sector, int panel, int id)
  • Method Details

    • get_Id

      public int get_Id()
    • set_Id

      public void set_Id(int _Id)
    • get_Panel

      public int get_Panel()
    • set_Panel

      public void set_Panel(int _Panel)
    • get_Sector

      public int get_Sector()
    • set_Sector

      public void set_Sector(int _Sector)
    • get_y_loc

      public double get_y_loc()
    • set_y_loc

      public void set_y_loc(double _y_loc)
    • get_x

      public double get_x()
    • set_x

      public void set_x(double _x)
    • get_y

      public double get_y()
    • set_y

      public void set_y(double _y)
    • get_z

      public double get_z()
    • set_z

      public void set_z(double _z)
    • get_xTrk

      public double[] get_xTrk()
    • set_xTrk

      public void set_xTrk(double[] _xTrk)
    • get_yTrk

      public double[] get_yTrk()
    • set_yTrk

      public void set_yTrk(double[] _yTrk)
    • get_zTrk

      public double[] get_zTrk()
    • set_zTrk

      public void set_zTrk(double[] _zTrk)
    • get_Energy

      public double get_Energy()
    • set_Energy

      public void set_Energy(double _Energy)
    • get_t

      public double get_t()
    • set_t

      public void set_t(double _t)
    • get_y_locUnc

      public double get_y_locUnc()
    • set_y_locUnc

      public void set_y_locUnc(double _y_locUnc)
    • get_EnergyUnc

      public double get_EnergyUnc()
    • set_EnergyUnc

      public void set_EnergyUnc(double _EnergyUnc)
    • get_tUnc

      public double get_tUnc()
    • set_tUnc

      public void set_tUnc(double _tUn)
    • get_PathLengthThruBar

      public double get_PathLengthThruBar()
    • set_PathLengthThruBar

      public void set_PathLengthThruBar(double _pathLengthThruBar)
    • calc_Centroids

      public void calc_Centroids()
    • get_StatusWord

      public int get_StatusWord()
    • set_StatusWord

      public void set_StatusWord(int _StatusWord)
    • printInfo

      public void printInfo()
    • matchToTrack

      public void matchToTrack()
    • compareTo

      public int compareTo(Cluster arg)
      Specified by:
      compareTo in interface Comparable<Cluster>