Class FTCALHit

java.lang.Object
org.jlab.rec.ft.cal.FTCALHit
All Implemented Interfaces:
Comparable<FTCALHit>

public class FTCALHit extends Object implements Comparable<FTCALHit>
  • Constructor Details

  • 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

      public static boolean passHitSelection(FTCALHit hit, IndexedTable thresholds)
    • compareTo

      public int compareTo(FTCALHit arg0)
      Specified by:
      compareTo in interface Comparable<FTCALHit>
    • show

      public void show()