Class Hit

java.lang.Object
org.jlab.rec.ahdc.Hit.Hit
All Implemented Interfaces:
Comparable<Hit>

public class Hit extends Object implements Comparable<Hit>
  • Constructor Details Link icon

    • Hit Link icon

      public Hit(int _Id, int _Super_layer, int _Layer, int _Wire, double _Doca, double _ADC, double _Time)
  • Method Details Link icon

    • setWirePosition Link icon

      public void setWirePosition(AlertDCDetector factory)
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object
    • compareTo Link icon

      public int compareTo(Hit arg0)
      Specified by:
      compareTo in interface Comparable<Hit>
    • getId Link icon

      public int getId()
    • getSuperLayerId Link icon

      public int getSuperLayerId()
    • getLayerId Link icon

      public int getLayerId()
    • getWireId Link icon

      public int getWireId()
    • getDoca Link icon

      public double getDoca()
    • getLine Link icon

      public Line3D getLine()
    • getRadius Link icon

      public double getRadius()
    • getNbOfWires Link icon

      public int getNbOfWires()
    • is_NoUsed Link icon

      public boolean is_NoUsed()
    • setUse Link icon

      public void setUse(boolean use)
    • getX Link icon

      public double getX()
    • getY Link icon

      public double getY()
    • getPhi Link icon

      public double getPhi()
    • getADC Link icon

      public double getADC()
    • getResidual Link icon

      public double getResidual()
    • getResidualPrefit Link icon

      public double getResidualPrefit()
    • setResidual Link icon

      public void setResidual(double resid)
    • setResidualPrefit Link icon

      public void setResidualPrefit(double resid)
    • getTime Link icon

      public double getTime()
    • getTrackId Link icon

      public int getTrackId()
    • setTrackId Link icon

      public void setTrackId(int _trackId)