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
Modifier and TypeMethodDescriptionint
double
getADC()
double
getDoca()
int
getId()
int
getLine()
int
double
getPhi()
double
double
double
int
double
getTime()
int
int
double
getX()
double
getY()
boolean
void
setResidual
(double resid) void
setResidualPrefit
(double resid) void
setTrackId
(int _trackId) void
setUse
(boolean use) void
setWirePosition
(AlertDCDetector factory) toString()
-
Constructor Details
-
Hit
public Hit(int _Id, int _Super_layer, int _Layer, int _Wire, double _Doca, double _ADC, double _Time)
-
-
Method Details
-
setWirePosition
-
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() -
getLine
-
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() -
getTrackId
public int getTrackId() -
setTrackId
public void setTrackId(int _trackId)
-