Package org.jlab.rec.ft.cal
Class FTCALHit
java.lang.Object
org.jlab.rec.ft.cal.FTCALHit
- All Implemented Interfaces:
Comparable<FTCALHit>
-
Constructor Summary
ConstructorsConstructorDescriptionFTCALHit
(int i, int ICOMPONENT, int ADC, float time, IndexedTable charge2Energy, IndexedTable timeOffsets, IndexedTable timeWalk, IndexedTable cluster) FTCALHit
(int i, int ICOMPONENT, int ADC, int TDC, IndexedTable charge2Energy, IndexedTable timeOffsets, IndexedTable timeWalk, IndexedTable cluster) -
Method Summary
Modifier and TypeMethodDescriptionint
int
get_ADC()
int
int
int
double
get_Dx()
double
get_Dy()
double
get_Dz()
double
get_Edep()
int
get_IDX()
int
get_IDY()
int
get_TDC()
double
get_Time()
static boolean
passHitSelection
(FTCALHit hit, IndexedTable thresholds) void
set_ADC
(int ADC) final void
set_ClusID
(int _ClusIndex) void
set_COMPONENT
(int COMPONENT) final void
set_DGTZIndex
(int _DGTZIndex) final void
set_Dx
(double Dx) final void
set_Dy
(double Dy) final void
set_Dz
(double Dz) final void
set_Edep
(double edep) void
set_IDX
(int IDX) void
set_IDY
(int IDY) void
set_TDC
(int TDC) final void
set_Time
(double Time) void
show()
-
Constructor Details
-
FTCALHit
public FTCALHit(int i, int ICOMPONENT, int ADC, int TDC, IndexedTable charge2Energy, IndexedTable timeOffsets, IndexedTable timeWalk, IndexedTable cluster) -
FTCALHit
public FTCALHit(int i, int ICOMPONENT, int ADC, float time, IndexedTable charge2Energy, IndexedTable timeOffsets, IndexedTable timeWalk, IndexedTable cluster)
-
-
Method Details
-
get_COMPONENT
public int get_COMPONENT() -
set_COMPONENT
public void set_COMPONENT(int COMPONENT) -
get_IDX
public int get_IDX() -
set_IDX
public void set_IDX(int IDX) -
get_IDY
public int get_IDY() -
set_IDY
public void set_IDY(int IDY) -
get_ADC
public int get_ADC() -
set_ADC
public void set_ADC(int ADC) -
get_TDC
public int get_TDC() -
set_TDC
public void set_TDC(int TDC) -
get_Edep
public double get_Edep() -
set_Edep
public final void set_Edep(double edep) -
get_Time
public double get_Time() -
set_Time
public final void set_Time(double Time) -
get_Dx
public double get_Dx() -
set_Dx
public final void set_Dx(double Dx) -
get_Dy
public double get_Dy() -
set_Dy
public final void set_Dy(double Dy) -
get_Dz
public double get_Dz() -
set_Dz
public final void set_Dz(double Dz) -
get_DGTZIndex
public int get_DGTZIndex() -
set_DGTZIndex
public final void set_DGTZIndex(int _DGTZIndex) -
get_ClusID
public int get_ClusID() -
set_ClusID
public final void set_ClusID(int _ClusIndex) -
passHitSelection
-
compareTo
- Specified by:
compareTo
in interfaceComparable<FTCALHit>
-
show
public void show()
-