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()
CalorimeterHit
getCellID0
in interface CalorimeterHit
public void setCellID1(int cellID)
public int getCellID1()
CalorimeterHit
getCellID1
in interface CalorimeterHit
public void setEnergy(float energy)
public float getEnergy()
CalorimeterHit
getEnergy
in interface CalorimeterHit
public float getEnergyError()
CalorimeterHit
getEnergyError
in interface CalorimeterHit
public void setPosition(float[] pos)
public float[] getPosition()
CalorimeterHit
getPosition
in interface CalorimeterHit
public float getTime()
CalorimeterHit
getTime
in interface CalorimeterHit
public void setTime(float f)
public LCObject getRawHit()
CalorimeterHit
getRawHit
in interface CalorimeterHit
public int getType()
CalorimeterHit
getType
in interface CalorimeterHit
public void setRawHit(LCObject object)
public void setType(int i)
Jas4pp 1.5 © Java Analysis Studio for Particle Physics