Class FTCALCluster

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

public class FTCALCluster extends ArrayList<FTCALHit>
See Also:
  • Constructor Details Link icon

    • FTCALCluster Link icon

      public FTCALCluster(int cid)
  • Method Details Link icon

    • getID Link icon

      public int getID()
    • setID Link icon

      public void setID(int _clusID)
    • getSize Link icon

      public int getSize()
    • getEnergy Link icon

      public double getEnergy()
    • getFullEnergy Link icon

      public double getFullEnergy(IndexedTable energyTable)
    • getSeedEnergy Link icon

      public double getSeedEnergy()
    • getTime Link icon

      public double getTime()
    • getCentroid Link icon

      public Point3D getCentroid()
    • getX Link icon

      public double getX()
    • getY Link icon

      public double getY()
    • getZ Link icon

      public double getZ()
    • getX2 Link icon

      public double getX2()
    • getY2 Link icon

      public double getY2()
    • getWidthX Link icon

      public double getWidthX()
    • getWidthY Link icon

      public double getWidthY()
    • getRadius Link icon

      public double getRadius()
    • getTheta Link icon

      public double getTheta()
    • getPhi Link icon

      public double getPhi()
    • setStatus Link icon

      public void setStatus(IndexedTable clusterTable)
    • getStatus Link icon

      public boolean getStatus()
    • containsHit Link icon

      public boolean containsHit(FTCALHit hit, IndexedTable thresholds, IndexedTable clusterTable)
    • toString Link icon

      public String toString()
      Overrides:
      toString in class AbstractCollection<FTCALHit>
    • show Link icon

      public void show()