7 #ifndef EVENT_SIMCALORIMETERHIT_H
8 #define EVENT_SIMCALORIMETERHIT_H 1
10 #include "EVENT/LCObject.h"
11 #include "empty_ignore.h"
The generic object that is held in an LCCollection.
Definition: LCObject.h:30
virtual int getPDGCont(int i) const =0
Returns the PDG code of the shower particle that caused this contribution.
The generic simulated calorimeter hit.
Definition: SimCalorimeterHit.h:23
virtual int getCellID1() const =0
Returns the second detector specific (geometrical) cell id.
virtual const float * getStepPosition(int i) const =0
Returns the position where the energy deposited (step) occurred optional, only if bit LCIO::CHBIT_STE...
SimCalorimeterHit lcobject_type
Useful typedef for template programming with LCIO.
Definition: SimCalorimeterHit.h:31
virtual MCParticle * getParticleCont(int i) const =0
Returns the MCParticle that caused the shower responsible for this contribution to the hit...
virtual float getEnergyCont(int i) const =0
Returns the energy in [GeV] of the i-th contribution to the hit.
virtual int getNMCParticles() const =0
Returns the number of MC contributions to the hit.
virtual float getEnergy() const =0
Returns the energy of the hit in [GeV].
The LCIO Monte Carlo particle.
Definition: MCParticle.h:27
virtual const float * getPosition() const =0
Returns the position of the hit in world coordinates.
virtual ~SimCalorimeterHit()
Destructor.
Definition: SimCalorimeterHit.h:27
virtual int getNMCContributions() const =0
Returns the number of MC contributions to the hit.
virtual int getCellID0() const =0
Returns the detector specific (geometrical) cell id.
virtual float getTimeCont(int i) const =0
Returns the time of the i-th in [ns] contribution to the hit.