public interface SimCalorimeterHit extends LCObject
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 |
getEnergyCont(int i)
Returns the energy in [GeV] of the i-th contribution to the hit.
|
int |
getNMCContributions()
Returns the number of MC contributions to the hit.
|
int |
getNMCParticles()
Deprecated.
|
MCParticle |
getParticleCont(int i)
Returns the MCParticle that caused the shower responsible for this contribution to the hit.
|
int |
getPDGCont(int i)
Returns the PDG code of the shower particle that caused this contribution.
|
float[] |
getPosition()
Returns the position of the hit in world coordinates.
|
float[] |
getStepPosition(int i)
Returns the position where the energy deposited (step) occurred
optional, only if bit LCIO::CHBIT_STEP is set.
|
float |
getTimeCont(int i)
Returns the time of the i-th in [ns] contribution to the hit.
|
int getCellID0()
int getCellID1()
float getEnergy()
float[] getPosition()
float[] getStepPosition(int i)
int getNMCParticles()
getNMCContributions()
int getNMCContributions()
float getEnergyCont(int i)
getNMCContributions()
float getTimeCont(int i)
getNMCContributions()
int getPDGCont(int i)
getNMCContributions()
MCParticle getParticleCont(int i)
getNMCContributions()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics