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 TypeMethodDescriptionvoid
int
double
double
int
get_Id()
int
double
int
int
double
get_t()
double
get_tUnc()
double
get_x()
double[]
get_xTrk()
double
get_y()
double
double
double[]
get_yTrk()
double
get_z()
double[]
get_zTrk()
void
void
void
set_Energy
(double _Energy) void
set_EnergyUnc
(double _EnergyUnc) void
set_Id
(int _Id) void
set_Panel
(int _Panel) void
set_PathLengthThruBar
(double _pathLengthThruBar) void
set_Sector
(int _Sector) void
set_StatusWord
(int _StatusWord) void
set_t
(double _t) void
set_tUnc
(double _tUn) void
set_x
(double _x) void
set_xTrk
(double[] _xTrk) void
set_y
(double _y) void
set_y_loc
(double _y_loc) void
set_y_locUnc
(double _y_locUnc) void
set_yTrk
(double[] _yTrk) void
set_z
(double _z) void
set_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, 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
-
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:
compareTo
in interfaceComparable<Cluster>
-