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 TypeMethodDescriptionint
int
get_ADC()
int
int
double
get_Dx()
double
get_Dy()
double
get_Dz()
double
get_Edep()
int
get_ID()
int
int
int
get_TDC()
double
get_Time()
static boolean
void
set_ADC
(int ADC) void
set_ClusterIndex
(int _SignalIndex) void
set_DGTZIndex
(int _DGTZIndex) void
set_Dx
(double Dx) void
set_Dy
(double Dy) void
set_Dz
(double Dz) void
set_Edep
(double edep) void
set_ID
(int ID) void
set_Layer
(int Layer) void
set_Sector
(int Sector) void
set_TDC
(int TDC) void
set_Time
(double Time) void
showHit()
-
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:
compareTo
in interfaceComparable<FTHODOHit>
-
showHit
public void showHit()
-