Class RTRKCluster

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

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

    • indexMaxStrip

      public int indexMaxStrip
  • Constructor Details

    • RTRKCluster

      public RTRKCluster(RTRKStrip 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 RTRKStrip getSeedStrip()
    • getMaxStrip

      public int getMaxStrip()
    • addStrip

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

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

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