Package org.jlab.service.urwell
Class URWellCluster
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<URWellStrip>
,Collection<URWellStrip>
,List<URWellStrip>
,RandomAccess
URWell in-layer cluster
- Author:
- bondi, devita
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
addStrip
(URWellStrip strip) static List<URWellCluster>
createClusters
(List<URWellStrip> stripList) int
getADC()
int
static List<URWellCluster>
getClusters
(List<URWellCluster> clusters, int sector, int layer) double
int
getId()
int
getLayer()
getLine()
int
int
double
byte
double
getTime()
void
void
setClusterId
(int id) void
setStatus
(int val) toString()
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
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
-
Field Details
-
indexMaxStrip
public int indexMaxStrip
-
-
Constructor Details
-
URWellCluster
-
-
Method Details
-
getId
public int getId() -
getDescriptor
-
getSector
public int getSector() -
getLayer
public int getLayer() -
getChamber
public int getChamber() -
getLine
-
getEnergy
public double getEnergy() -
getTime
public double getTime() -
getSeedTime
public double getSeedTime() -
getSeedStrip
-
getMaxStrip
public int getMaxStrip() -
addStrip
-
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
-
getClusters
-
toString
- Overrides:
toString
in classAbstractCollection<URWellStrip>
-