Class CNDCluster

All Implemented Interfaces:
Serializable, Cloneable, Comparable<CNDCluster>, Iterable<CndHit>, Collection<CndHit>, List<CndHit>, RandomAccess

public class CNDCluster extends ArrayList<CndHit> implements Comparable<CNDCluster>
See Also:
  • Constructor Details

    • CNDCluster

      public CNDCluster(int id, int sector, int layer)
  • Method Details

    • get_pathLengthThruBar

      public double get_pathLengthThruBar()
    • set_pathLengthThruBar

      public void set_pathLengthThruBar(double pathLengthThruBar)
    • get_layermultip

      public int get_layermultip()
    • set_layermultip

      public void set_layermultip(int layermultip)
    • get_layer1

      public int get_layer1()
    • set_layer1

      public void set_layer1(int layer1)
    • get_layer2

      public int get_layer2()
    • set_layer2

      public void set_layer2(int layer2)
    • get_layer3

      public int get_layer3()
    • set_layer3

      public void set_layer3(int layer3)
    • get_id

      public int get_id()
    • set_id

      public void set_id(int id)
    • get_sector

      public int get_sector()
    • set_sector

      public void set_sector(int sector)
    • get_layer

      public int get_layer()
    • set_layer

      public void set_layer(int layer)
    • get_component

      public int get_component()
    • set_component

      public void set_component(int component)
    • 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_time

      public double get_time()
    • set_time

      public void set_time(double time)
    • get_nhits

      public int get_nhits()
    • set_nhits

      public void set_nhits(int nhits)
    • get_energysum

      public double get_energysum()
    • set_energysum

      public void set_energysum(double energysum)
    • get_status

      public int get_status()
    • set_status

      public void set_status(int status)
    • add_cndhit

      public void add_cndhit(CndHit ahit)
    • compareTo

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