Package org.jlab.rec.ft.hodo
Class FTHODOHit
java.lang.Object
org.jlab.rec.ft.hodo.FTHODOHit
- All Implemented Interfaces:
Comparable<FTHODOHit>
-
Constructor Summary
ConstructorsConstructorDescriptionFTHODOHit(int i, int Sector, int Layer, int ID, int ADC, float time, IndexedTable charge2Energy, IndexedTable timeOffsets, IndexedTable geometry) FTHODOHit(int i, int Sector, int Layer, int ID, int ADC, int TDC, IndexedTable charge2Energy, IndexedTable timeOffsets, IndexedTable geometry) -
Method Summary
Modifier and TypeMethodDescriptionintintget_ADC()intintdoubleget_Dx()doubleget_Dy()doubleget_Dz()doubleget_Edep()intget_ID()intintintget_TDC()doubleget_Time()static booleanvoidset_ADC(int ADC) voidset_ClusterIndex(int _SignalIndex) voidset_DGTZIndex(int _DGTZIndex) voidset_Dx(double Dx) voidset_Dy(double Dy) voidset_Dz(double Dz) voidset_Edep(double edep) voidset_ID(int ID) voidset_Layer(int Layer) voidset_Sector(int Sector) voidset_TDC(int TDC) voidset_Time(double Time) voidshowHit()
-
Constructor Details
-
FTHODOHit
public FTHODOHit(int i, int Sector, int Layer, int ID, int ADC, int TDC, IndexedTable charge2Energy, IndexedTable timeOffsets, IndexedTable geometry) -
FTHODOHit
public FTHODOHit(int i, int Sector, int Layer, int ID, int ADC, float time, IndexedTable charge2Energy, IndexedTable timeOffsets, IndexedTable geometry)
-
-
Method Details
-
get_ID
public int get_ID() -
set_ID
public void set_ID(int ID) -
get_Sector
public int get_Sector() -
set_Sector
public void set_Sector(int Sector) -
get_Layer
public int get_Layer() -
set_Layer
public void set_Layer(int Layer) -
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 void set_Edep(double edep) -
get_Time
public double get_Time() -
set_Time
public void set_Time(double Time) -
get_Dx
public double get_Dx() -
set_Dx
public void set_Dx(double Dx) -
get_Dy
public double get_Dy() -
set_Dy
public void set_Dy(double Dy) -
get_Dz
public double get_Dz() -
set_Dz
public void set_Dz(double Dz) -
get_DGTZIndex
public int get_DGTZIndex() -
set_DGTZIndex
public void set_DGTZIndex(int _DGTZIndex) -
get_ClusterIndex
public int get_ClusterIndex() -
set_ClusterIndex
public void set_ClusterIndex(int _SignalIndex) -
passHitSelection
-
compareTo
- Specified by:
compareToin interfaceComparable<FTHODOHit>
-
showHit
public void showHit()
-