Class LTCCHit

java.lang.Object
org.jlab.service.ltcc.LTCCHit

public final class LTCCHit extends Object
Author:
Sylvester Joosten LTCC hit info
  • Method Details Link icon

    • loadHits Link icon

      public static List<LTCCHit> loadHits(DataEvent event, ConstantsManager ccdb)
    • loadHits Link icon

      public static List<LTCCHit> loadHits(DataEvent event)
    • getThetaIndex Link icon

      public int getThetaIndex()
    • getLTCCPhiIndex Link icon

      public int getLTCCPhiIndex()
    • getPhiIndex Link icon

      public int getPhiIndex()
    • getPhiIndex Link icon

      public static int getPhiIndex(int ltccPhiIndex)
    • getNphe Link icon

      public double getNphe()
    • getTime Link icon

      public double getTime()
    • getPosition Link icon

      public Vector3D getPosition()
    • getSector Link icon

      public int getSector()
    • getSegment Link icon

      public int getSegment()
    • getSide Link icon

      public int getSide()
    • getADC Link icon

      public int getADC()
    • getRawTime Link icon

      public double getRawTime()
    • isGood Link icon

      public boolean isGood()
    • isNeighbor Link icon

      public boolean isNeighbor(LTCCHit hit, int dThetaMax, double dTimeMax)
    • isNeighbor Link icon

      public boolean isNeighbor(LTCCHit hit, double dTimeMax)