Package org.jlab.rec.cnd.hit
Class CndHit
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparable<CndHit>
,Iterable<HalfHit>
,Collection<HalfHit>
,List<HalfHit>
,RandomAccess
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
double
Edep()
int
int
int
double
get_tX()
double
get_tY()
double
get_tZ()
double
get_uX()
double
get_uY()
double
get_uZ()
int
index_d()
int
index_n()
double
double
double
double
int
Layer()
double
double
Phi()
int
Sector()
void
set_AssociatedClusterID
(int _AssociatedClusterID) void
set_AssociatedTrkId
(int id) void
set_Component
(int component) void
set_Edep
(double energy) void
set_indexLadc
(int indexLadc) void
set_indexLtdc
(int indexLtdc) void
set_indexRadc
(int indexRadc) void
set_indexRtdc
(int indexRtdc) void
set_Layer
(int layer) void
set_pathlength
(double path) void
set_Phi
(double phi) void
set_Sector
(int sector) void
set_status
(int hitstatus) void
set_Theta
(double theta) void
set_Time
(double time) void
set_tLength
(double dL) void
set_tX
(double _tX) void
set_tY
(double _tY) void
set_tZ
(double _tZ) void
set_uX
(double _uX) void
set_uY
(double _uY) void
set_uZ
(double _uZ) void
set_X
(double xpos) void
set_Y
(double ypos) void
set_Z
(double zpos) double
Theta()
double
Time()
double
tLength()
double
X()
double
Y()
double
Z()
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
-
CndHit
public CndHit(int padd, int padn)
-
-
Method Details
-
index_d
public int index_d() -
index_n
public int index_n() -
Time
public double Time() -
set_Time
public void set_Time(double time) -
Z
public double Z() -
X
public double X() -
get_status
public int get_status() -
Y
public double Y() -
pathLength
public double pathLength() -
tLength
public double tLength() -
set_Z
public void set_Z(double zpos) -
set_X
public void set_X(double xpos) -
set_status
public void set_status(int hitstatus) -
set_Y
public void set_Y(double ypos) -
set_pathlength
public void set_pathlength(double path) -
set_tLength
public void set_tLength(double dL) -
Edep
public double Edep() -
set_Edep
public void set_Edep(double energy) -
Phi
public double Phi() -
set_Phi
public void set_Phi(double phi) -
Theta
public double Theta() -
set_Theta
public void set_Theta(double theta) -
Sector
public int Sector() -
set_Sector
public void set_Sector(int sector) -
Layer
public int Layer() -
set_Layer
public void set_Layer(int layer) -
Component
public int Component() -
set_Component
public void set_Component(int component) -
indexLadc
public double indexLadc() -
set_indexLadc
public void set_indexLadc(int indexLadc) -
indexRadc
public double indexRadc() -
set_indexRadc
public void set_indexRadc(int indexRadc) -
indexLtdc
public double indexLtdc() -
set_indexLtdc
public void set_indexLtdc(int indexLtdc) -
indexRtdc
public double indexRtdc() -
set_indexRtdc
public void set_indexRtdc(int indexRtdc) -
get_tX
public double get_tX() -
set_tX
public void set_tX(double _tX) -
get_tY
public double get_tY() -
set_tY
public void set_tY(double _tY) -
get_tZ
public double get_tZ() -
set_tZ
public void set_tZ(double _tZ) -
get_uX
public double get_uX() -
set_uX
public void set_uX(double _uX) -
get_uY
public double get_uY() -
set_uY
public void set_uY(double _uY) -
get_uZ
public double get_uZ() -
set_uZ
public void set_uZ(double _uZ) -
compareTo
- Specified by:
compareTo
in interfaceComparable<CndHit>
-
set_AssociatedTrkId
public void set_AssociatedTrkId(int id) -
get_AssociatedTrkId
public int get_AssociatedTrkId() -
get_AssociatedClusterID
public int get_AssociatedClusterID() -
set_AssociatedClusterID
public void set_AssociatedClusterID(int _AssociatedClusterID)
-