Package org.jlab.rec.rich
Class RICHCluster
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<RICHHit>,Collection<RICHHit>,List<RICHHit>,RandomAccess
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(RICHCluster ocluster) booleancontainsHit(RICHHit hit) doubleintget_glx()intget_gly()intget_id()intget_iMax()doubleintintget_size()doubleget_time()doubledoubleget_wx()doubleget_wy()doubleget_wz()doubleget_x()doubleget_y()doubleget_z()booleanvoidmerge(RICHCluster clu) voidset_id(int cluid) voidset_signal(int signal) voidMethods 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, trimToSizeMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, stream, toArrayMethods inherited from interface java.util.List
containsAll
-
Constructor Details
-
RICHCluster
public RICHCluster(int cluid)
-
-
Method Details
-
get_id
public int get_id() -
set_id
public void set_id(int cluid) -
get_signal
public int get_signal() -
set_signal
public void set_signal(int signal) -
get_size
public int get_size() -
get_charge
public double get_charge() -
get_iMax
public int get_iMax() -
get_time
public double get_time() -
get_rawtime
public double get_rawtime() -
get_glx
public int get_glx() -
get_gly
public int get_gly() -
get_x
public double get_x() -
get_y
public double get_y() -
get_z
public double get_z() -
get_wtime
public double get_wtime() -
getCentroid
-
get_wx
public double get_wx() -
get_wy
public double get_wy() -
get_wz
public double get_wz() -
isgoodCluster
public boolean isgoodCluster() -
merge
-
containsHit
-
compareTo
-
showCluster
public void showCluster()
-