Class BandHit

All Implemented Interfaces:
Serializable, Cloneable, Iterable<BandHitCandidate>, Collection<BandHitCandidate>, List<BandHitCandidate>, RandomAccess

public class BandHit extends ArrayList<BandHitCandidate>
See Also:
  • 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)