Package org.jlab.rec.band.hit
Class BandHit
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<BandHitCandidate>
,Collection<BandHitCandidate>
,List<BandHitCandidate>
,RandomAccess
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble
double
int
double
double
int
int
int
GetLayer()
double
double
int
int
double
double
double
double
double
GetUx()
double
GetUy()
double
GetUz()
double
GetX()
double
GetY()
double
GetZ()
void
Print()
void
SetAdcLeft
(double adcL) void
SetAdcRight
(double adcR) void
SetComponent
(int component) void
SetDiffTime_FADC
(double diffTimeFADC) void
SetDiffTime_TDC
(double diffTimeTDC) void
SetIndexLpmt
(int indexL) void
SetIndexRpmt
(int indexR) void
SetLayer
(int layer) void
SetMeanTime_FADC
(double meanTimeFADC) void
SetMeanTime_TDC
(double meanTimeTDC) void
SetSector
(int sector) void
SetStatus
(int status) void
SetTLeft_FADC
(double ftdcL) void
SetTLeft_TDC
(double tdcL) void
SetTRight_FADC
(double ftdcR) void
SetTRight_TDC
(double tdcR) void
SetUx
(double ux) void
SetUy
(double uy) void
SetUz
(double uz) void
SetX
(double x) void
SetY
(double y) void
SetZ
(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
-
BandHit
public BandHit()
-
-
Method Details
-
Print
public void Print() -
GetSector
public int GetSector() -
GetLayer
public int GetLayer() -
GetComponent
public int GetComponent() -
GetStatus
public int GetStatus() -
GetMeanTime_TDC
public double GetMeanTime_TDC() -
GetMeanTime_FADC
public double GetMeanTime_FADC() -
GetDiffTime_TDC
public double GetDiffTime_TDC() -
GetDiffTime_FADC
public double GetDiffTime_FADC() -
GetIndexLpmt
public int GetIndexLpmt() -
GetIndexRpmt
public int GetIndexRpmt() -
GetAdcLeft
public double GetAdcLeft() -
GetAdcRight
public double GetAdcRight() -
GetTLeft_FADC
public double GetTLeft_FADC() -
GetTRight_FADC
public double GetTRight_FADC() -
GetTLeft_TDC
public double GetTLeft_TDC() -
GetTRight_TDC
public double GetTRight_TDC() -
GetX
public double GetX() -
GetY
public double GetY() -
GetZ
public double GetZ() -
GetUx
public double GetUx() -
GetUy
public double GetUy() -
GetUz
public double GetUz() -
SetSector
public void SetSector(int sector) -
SetLayer
public void SetLayer(int layer) -
SetComponent
public void SetComponent(int component) -
SetStatus
public void SetStatus(int status) -
SetMeanTime_TDC
public void SetMeanTime_TDC(double meanTimeTDC) -
SetMeanTime_FADC
public void SetMeanTime_FADC(double meanTimeFADC) -
SetDiffTime_TDC
public void SetDiffTime_TDC(double diffTimeTDC) -
SetDiffTime_FADC
public void SetDiffTime_FADC(double diffTimeFADC) -
SetIndexLpmt
public void SetIndexLpmt(int indexL) -
SetIndexRpmt
public void SetIndexRpmt(int indexR) -
SetAdcLeft
public void SetAdcLeft(double adcL) -
SetAdcRight
public void SetAdcRight(double adcR) -
SetTLeft_FADC
public void SetTLeft_FADC(double ftdcL) -
SetTRight_FADC
public void SetTRight_FADC(double ftdcR) -
SetTLeft_TDC
public void SetTLeft_TDC(double tdcL) -
SetTRight_TDC
public void SetTRight_TDC(double tdcR) -
SetX
public void SetX(double x) -
SetY
public void SetY(double y) -
SetZ
public void SetZ(double z) -
SetUx
public void SetUx(double ux) -
SetUy
public void SetUy(double uy) -
SetUz
public void SetUz(double uz)
-