Package org.jlab.rec.tof.cluster
Class Cluster
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Cluster>,Iterable<AHit>,Collection<AHit>,List<AHit>,RandomAccess
- Author:
- ziegler
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintdoubledoubleintget_Id()intdoubleintintdoubleget_t()doubleget_tUnc()doubleget_x()double[]get_xTrk()doubleget_y()doubledoubledouble[]get_yTrk()doubleget_z()double[]get_zTrk()voidvoidvoidset_Energy(double _Energy) voidset_EnergyUnc(double _EnergyUnc) voidset_Id(int _Id) voidset_Panel(int _Panel) voidset_PathLengthThruBar(double _pathLengthThruBar) voidset_Sector(int _Sector) voidset_StatusWord(int _StatusWord) voidset_t(double _t) voidset_tUnc(double _tUn) voidset_x(double _x) voidset_xTrk(double[] _xTrk) voidset_y(double _y) voidset_y_loc(double _y_loc) voidset_y_locUnc(double _y_locUnc) voidset_yTrk(double[] _yTrk) voidset_z(double _z) voidset_zTrk(double[] _zTrk) 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, 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
-
Cluster
public Cluster(int sector, int panel, int id)
-
-
Method Details
-
get_Id
public int get_Id() -
set_Id
public void set_Id(int _Id) -
get_Panel
public int get_Panel() -
set_Panel
public void set_Panel(int _Panel) -
get_Sector
public int get_Sector() -
set_Sector
public void set_Sector(int _Sector) -
get_y_loc
public double get_y_loc() -
set_y_loc
public void set_y_loc(double _y_loc) -
get_x
public double get_x() -
set_x
public void set_x(double _x) -
get_y
public double get_y() -
set_y
public void set_y(double _y) -
get_z
public double get_z() -
set_z
public void set_z(double _z) -
get_xTrk
public double[] get_xTrk() -
set_xTrk
public void set_xTrk(double[] _xTrk) -
get_yTrk
public double[] get_yTrk() -
set_yTrk
public void set_yTrk(double[] _yTrk) -
get_zTrk
public double[] get_zTrk() -
set_zTrk
public void set_zTrk(double[] _zTrk) -
get_Energy
public double get_Energy() -
set_Energy
public void set_Energy(double _Energy) -
get_t
public double get_t() -
set_t
public void set_t(double _t) -
get_y_locUnc
public double get_y_locUnc() -
set_y_locUnc
public void set_y_locUnc(double _y_locUnc) -
get_EnergyUnc
public double get_EnergyUnc() -
set_EnergyUnc
public void set_EnergyUnc(double _EnergyUnc) -
get_tUnc
public double get_tUnc() -
set_tUnc
public void set_tUnc(double _tUn) -
get_PathLengthThruBar
public double get_PathLengthThruBar() -
set_PathLengthThruBar
public void set_PathLengthThruBar(double _pathLengthThruBar) -
calc_Centroids
public void calc_Centroids() -
get_StatusWord
public int get_StatusWord() -
set_StatusWord
public void set_StatusWord(int _StatusWord) -
printInfo
public void printInfo() -
matchToTrack
public void matchToTrack() -
compareTo
- Specified by:
compareToin interfaceComparable<Cluster>
-