public class ITrackerHitZCylinder extends Object implements TrackerHitZCylinder
| Constructor and Description |
|---|
ITrackerHitZCylinder() |
| 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::RTHZBIT_ID1)==1.
|
float[] |
getCenter()
Center of cylinder in RPhi-plane - given as (x,y).
|
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 |
getdRPhi()
Measurement error along RPhi
|
float |
getdZ()
Measurement error along z
|
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.
|
void |
setCellID0(int cellID) |
void |
setCellID1(int cellID) |
void |
setCenter(float[] center) |
void |
setdEdx(float dEdx) |
void |
setdRPhi(float dRPhi) |
void |
setdZ(float dZ) |
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) |
public void setCellID0(int cellID)
public int getCellID0()
TrackerHitZCylindergetCellID0 in interface TrackerHitgetCellID0 in interface TrackerHitZCylinderpublic void setCellID1(int cellID)
public int getCellID1()
TrackerHitZCylindergetCellID1 in interface TrackerHitgetCellID1 in interface TrackerHitZCylinderpublic double[] getPosition()
TrackerHitgetPosition in interface TrackerHitpublic void setPosition(double[] pos)
public float[] getCenter()
TrackerHitZCylindergetCenter in interface TrackerHitZCylinderpublic void setCenter(float[] center)
public float[] getCovMatrix()
TrackerHitgetCovMatrix in interface TrackerHitpublic float getdEdx()
TrackerHitgetdEdx in interface TrackerHitTrackerHit.getEDep()public void setdEdx(float dEdx)
public float getdRPhi()
TrackerHitZCylindergetdRPhi in interface TrackerHitZCylinderpublic void setdRPhi(float dRPhi)
public float getdZ()
TrackerHitZCylindergetdZ in interface TrackerHitZCylinderpublic void setdZ(float dZ)
public float getEDep()
TrackerHitgetEDep in interface TrackerHitpublic void setEDep(float e)
public float getEDepError()
TrackerHitgetEDepError in interface TrackerHitpublic void setEDepError(float e)
public float getTime()
TrackerHitgetTime in interface TrackerHitpublic void setTime(float time)
public int getQuality()
TrackerHitgetQuality in interface TrackerHitpublic void setQuality(int quality)
public int getType()
TrackerHitgetType in interface TrackerHitpublic void setType(int type)
public List getRawHits()
TrackerHitgetRawHits in interface TrackerHitpublic void setRawHits(List rawHits)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics