public class ICalorimeterHit extends Object implements CalorimeterHit
| Constructor and Description |
|---|
ICalorimeterHit() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCellID0()
Returns the detector specific (geometrical) cell id.
|
int |
getCellID1()
Returns the second detector specific (geometrical) cell id.
|
float |
getEnergy()
Returns the energy of the hit in [GeV].
|
float |
getEnergyError()
Returns the error of the hit energy in [GeV].
|
float[] |
getPosition()
Returns the position of the hit in world coordinates.
|
LCObject |
getRawHit()
The RawCalorimeterHit.
|
float |
getTime()
Returns the time of the hit in [ns].
|
int |
getType()
Type of hit.
|
void |
setCellID0(int cellID) |
void |
setCellID1(int cellID) |
void |
setEnergy(float energy) |
void |
setPosition(float[] pos) |
void |
setRawHit(LCObject object) |
void |
setTime(float f) |
void |
setType(int i) |
public void setCellID0(int cellID)
public int getCellID0()
CalorimeterHitgetCellID0 in interface CalorimeterHitpublic void setCellID1(int cellID)
public int getCellID1()
CalorimeterHitgetCellID1 in interface CalorimeterHitpublic void setEnergy(float energy)
public float getEnergy()
CalorimeterHitgetEnergy in interface CalorimeterHitpublic float getEnergyError()
CalorimeterHitgetEnergyError in interface CalorimeterHitpublic void setPosition(float[] pos)
public float[] getPosition()
CalorimeterHitgetPosition in interface CalorimeterHitpublic float getTime()
CalorimeterHitgetTime in interface CalorimeterHitpublic void setTime(float f)
public LCObject getRawHit()
CalorimeterHitgetRawHit in interface CalorimeterHitpublic int getType()
CalorimeterHitgetType in interface CalorimeterHitpublic void setRawHit(LCObject object)
public void setType(int i)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics