public class ITrackerHitPlane extends Object implements TrackerHitPlane
Constructor and Description |
---|
ITrackerHitPlane() |
Modifier and Type | Method and Description |
---|---|
int |
getCellID0()
Same name as in CalorimeterHit, even though there are no 'cells' in this case
|
int |
getCellID1()
Same name as in CalorimeterHit, even though there are no 'cells' in this case
Optional, check/set flag(LCIO::RTHPBIT_ID1)==1.
|
float[] |
getCovMatrix()
Covariance of the position (x,y,z), stored as lower triangle matrix.
|
float |
getdEdx()
The dE/dx of the hit in [GeV].
|
float |
getdU()
Measurement error along u
|
float |
getdV()
Measurement error along v
|
float |
getEDep()
The energy deposited on the hit [GeV]
|
float |
getEDepError()
The error measured on EDep [GeV]
|
double[] |
getPosition()
The hit position in [mm].
|
int |
getQuality()
The quality bit flag of the hit
|
List |
getRawHits()
The raw data hits.
|
float |
getTime()
The time of the hit in [ns].
|
int |
getType()
Type of hit.
|
float[] |
getU()
Direction of first measurement - given as (theta, phi).
|
float[] |
getV()
Direction of second measurement - given as (theta, phi).
|
void |
setCellID0(int cellID) |
void |
setCellID1(int cellID) |
void |
setdEdx(float dEdx) |
void |
setdU(float dU) |
void |
setdV(float dV) |
void |
setEDep(float e) |
void |
setEDepError(float e) |
void |
setPosition(double[] pos) |
void |
setQuality(int quality) |
void |
setRawHits(List rawHits) |
void |
setTime(float time) |
void |
setType(int type) |
void |
setU(float[] u) |
void |
setV(float[] v) |
public void setCellID0(int cellID)
public int getCellID0()
TrackerHitPlane
getCellID0
in interface TrackerHit
getCellID0
in interface TrackerHitPlane
public void setCellID1(int cellID)
public int getCellID1()
TrackerHitPlane
getCellID1
in interface TrackerHit
getCellID1
in interface TrackerHitPlane
public double[] getPosition()
TrackerHit
getPosition
in interface TrackerHit
public void setPosition(double[] pos)
public float[] getU()
TrackerHitPlane
getU
in interface TrackerHitPlane
public void setU(float[] u)
public float[] getV()
TrackerHitPlane
getV
in interface TrackerHitPlane
public void setV(float[] v)
public float[] getCovMatrix()
TrackerHit
getCovMatrix
in interface TrackerHit
public float getdEdx()
TrackerHit
getdEdx
in interface TrackerHit
TrackerHit.getEDep()
public void setdEdx(float dEdx)
public float getdU()
TrackerHitPlane
getdU
in interface TrackerHitPlane
public void setdU(float dU)
public float getdV()
TrackerHitPlane
getdV
in interface TrackerHitPlane
public void setdV(float dV)
public float getEDep()
TrackerHit
getEDep
in interface TrackerHit
public void setEDep(float e)
public float getEDepError()
TrackerHit
getEDepError
in interface TrackerHit
public void setEDepError(float e)
public float getTime()
TrackerHit
getTime
in interface TrackerHit
public void setTime(float time)
public int getQuality()
TrackerHit
getQuality
in interface TrackerHit
public void setQuality(int quality)
public int getType()
TrackerHit
getType
in interface TrackerHit
public void setType(int type)
public List getRawHits()
TrackerHit
getRawHits
in interface TrackerHit
public void setRawHits(List rawHits)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics