Package org.jlab.rec.ft.hodo
Class FTHODOCluster
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<FTHODOHit>
,Collection<FTHODOHit>
,List<FTHODOHit>
,RandomAccess
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsHit
(FTHODOHit hit) double
int
getID()
double
getLayerMultiplicity
(int ilayer) double
getPhi()
double
static ArrayList<FTHODOCluster>
getSignals
(EvioDataBank bank) int
getSize()
double
getTheta()
double
getTime()
double
double
double
getX()
double
getX2()
double
getY()
double
getY2()
double
getZ()
boolean
void
setID
(int _clusterID) void
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
Methods inherited from class java.util.AbstractCollection
containsAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
Methods inherited from interface java.util.List
containsAll
-
Constructor Details
-
FTHODOCluster
public FTHODOCluster(int cid)
-
-
Method Details
-
getID
public int getID() -
setID
public void setID(int _clusterID) -
getSize
public int getSize() -
getEnergy
public double getEnergy() -
getTime
public double getTime() -
getCentroid
-
getX
public double getX() -
getY
public double getY() -
getZ
public double getZ() -
getX2
public double getX2() -
getY2
public double getY2() -
getWidthX
public double getWidthX() -
getWidthY
public double getWidthY() -
getRadius
public double getRadius() -
getTheta
public double getTheta() -
getPhi
public double getPhi() -
getLayerMultiplicity
public double getLayerMultiplicity(int ilayer) -
isgoodCluster
public boolean isgoodCluster() -
containsHit
-
showCluster
public void showCluster() -
getSignals
-