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 TypeMethodDescriptionint
compareTo
(RICHCluster ocluster) boolean
containsHit
(RICHHit hit) double
int
get_glx()
int
get_gly()
int
get_id()
int
get_iMax()
double
int
int
get_size()
double
get_time()
double
double
get_wx()
double
get_wy()
double
get_wz()
double
get_x()
double
get_y()
double
get_z()
boolean
void
merge
(RICHCluster clu) void
set_id
(int cluid) void
set_signal
(int signal) 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
-
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()
-