Package org.jlab.rec.ahdc.Hit
Class Hit
java.lang.Object
org.jlab.rec.ahdc.Hit.Hit
- All Implemented Interfaces:
Comparable<Hit>
-
Constructor Summary
ConstructorsConstructorDescriptionHit
(int _Id, int _Super_layer, int _Layer, int _Wire, double _Doca, double _ADC, double _Time) -
Method Summary
-
Constructor Details
-
Hit
public Hit(int _Id, int _Super_layer, int _Layer, int _Wire, double _Doca, double _ADC, double _Time)
-
-
Method Details
-
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Hit>
-
getId
public int getId() -
getSuperLayerId
public int getSuperLayerId() -
getLayerId
public int getLayerId() -
getWireId
public int getWireId() -
getDoca
public double getDoca() -
getRadius
public double getRadius() -
getNbOfWires
public int getNbOfWires() -
is_NoUsed
public boolean is_NoUsed() -
setUse
public void setUse(boolean use) -
getX
public double getX() -
getY
public double getY() -
getPhi
public double getPhi() -
getADC
public double getADC() -
getResidual
public double getResidual() -
getResidualPrefit
public double getResidualPrefit() -
setResidual
public void setResidual(double resid) -
setResidualPrefit
public void setResidualPrefit(double resid) -
getTime
public double getTime()
-