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 TypeMethodDescriptiondoubledoubleintdoubledoubleintintintGetLayer()doubledoubleintintdoubledoubledoubledoubledoubleGetUx()doubleGetUy()doubleGetUz()doubleGetX()doubleGetY()doubleGetZ()voidPrint()voidSetAdcLeft(double adcL) voidSetAdcRight(double adcR) voidSetComponent(int component) voidSetDiffTime_FADC(double diffTimeFADC) voidSetDiffTime_TDC(double diffTimeTDC) voidSetIndexLpmt(int indexL) voidSetIndexRpmt(int indexR) voidSetLayer(int layer) voidSetMeanTime_FADC(double meanTimeFADC) voidSetMeanTime_TDC(double meanTimeTDC) voidSetSector(int sector) voidSetStatus(int status) voidSetTLeft_FADC(double ftdcL) voidSetTLeft_TDC(double tdcL) voidSetTRight_FADC(double ftdcR) voidSetTRight_TDC(double tdcR) voidSetUx(double ux) voidSetUy(double uy) voidSetUz(double uz) voidSetX(double x) voidSetY(double y) voidSetZ(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, 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
-
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)
-