Class RecoilCluster

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

public class RecoilCluster extends ArrayList<RecoilStrip>
recoil in-layer cluster
Author:
bondi, devita, niccolai
See Also:
  • Field Details

    • indexMaxStrip

      public int indexMaxStrip
  • Constructor Details

    • RecoilCluster

      public RecoilCluster(RecoilStrip 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 RecoilStrip getSeedStrip()
    • getMaxStrip

      public int getMaxStrip()
    • addStrip

      public boolean addStrip(RecoilStrip 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<RecoilCluster> createClusters(List<RecoilStrip> stripList)
    • getClusters

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

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