Class URWTCluster

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

public class URWTCluster extends ArrayList<URWRStrip>
URWT in-layer cluster
Author:
bondi, devita
See Also:
  • Field Details

    • indexMaxStrip

      public int indexMaxStrip
  • Constructor Details

    • URWTCluster

      public URWTCluster(URWRStrip strip)
  • Method Details

    • getId

      public int getId()
    • getDescriptor

      public DetectorDescriptor getDescriptor()
    • getSector

      public int getSector()
    • getLayer

      public int getLayer()
    • getChamber

      public int getChamber()
    • getLine

      public Line3D getLine()
    • getEnergy

      public double getEnergy()
    • getTime

      public double getTime()
    • getSeedTime

      public double getSeedTime()
    • getSeedStrip

      public URWRStrip getSeedStrip()
    • getMaxStrip

      public int getMaxStrip()
    • addStrip

      public boolean addStrip(URWRStrip strip)
    • getADC

      public int getADC()
    • setStatus

      public void setStatus(int val)
    • getStatus

      public byte getStatus()
    • setClusterId

      public void setClusterId(int id)
    • redoClusterLine

      public void redoClusterLine()
    • createClusters

      public static List<URWTCluster> createClusters(List<URWRStrip> stripList)
    • getClusters

      public static List<URWTCluster> getClusters(List<URWTCluster> clusters, int sector, int layer)
    • toString

      public String toString()
      Overrides:
      toString in class AbstractCollection<URWRStrip>