The generic simulated calorimeter hit. More...
#include <pre-generated/EVENT/SimCalorimeterHit.h>
Public Types | |
typedef SimCalorimeterHit | lcobject_type |
Useful typedef for template programming with LCIO. | |
Public Member Functions | |
virtual | ~SimCalorimeterHit () |
Destructor. | |
virtual int | getCellID0 () const =0 |
Returns the detector specific (geometrical) cell id. | |
virtual int | getCellID1 () const =0 |
Returns the second detector specific (geometrical) cell id. More... | |
virtual float | getEnergy () const =0 |
Returns the energy of the hit in [GeV]. | |
virtual const float * | getPosition () const =0 |
Returns the position of the hit in world coordinates. More... | |
virtual const float * | getStepPosition (int i) const =0 |
Returns the position where the energy deposited (step) occurred optional, only if bit LCIO::CHBIT_STEP is set. | |
virtual int | getNMCParticles () const =0 |
Returns the number of MC contributions to the hit. More... | |
virtual int | getNMCContributions () const =0 |
Returns the number of MC contributions to the hit. More... | |
virtual float | getEnergyCont (int i) const =0 |
Returns the energy in [GeV] of the i-th contribution to the hit. More... | |
virtual float | getTimeCont (int i) const =0 |
Returns the time of the i-th in [ns] contribution to the hit. More... | |
virtual int | getPDGCont (int i) const =0 |
Returns the PDG code of the shower particle that caused this contribution. More... | |
virtual MCParticle * | getParticleCont (int i) const =0 |
Returns the MCParticle that caused the shower responsible for this contribution to the hit. More... | |
![]() | |
virtual | ~LCObject () |
Destructor. | |
virtual int | id () const =0 |
Returns an object id for internal (debugging) use in LCIO. | |
virtual LCObject * | clone () const |
Returns an object id for internal (debugging) use in LCIO. More... | |
![]() | |
template<class V > | |
V::ext_type | ext () |
Provides access to an extension object - the type and ownership is defined by the class V which should be a subtype of LCExtension, LCOwnedExtension, LCExtensionVector, LCExtensionList,... | |
template<class V > | |
const V::ext_type | ext () const |
template<class V > | |
V::rel_type | rel () |
Provides read access to relations - the object types and their connectivity are defined by the class V which has to be a subtype of either LC1To1Relation, LC1ToNRelation or LCNToNRelation. | |
Additional Inherited Members | |
![]() | |
template<class V > | |
V::ptr & | ptr () const |
Returns the reference to the pointer to the extension/relation object. | |
The generic simulated calorimeter hit.
|
pure virtual |
Returns the second detector specific (geometrical) cell id.
0 if information is not stored - check the flag word (bit CHBIT_ID1) of the collection. Default is to store only cellid0.
Implemented in IMPL::SimCalorimeterHitImpl.
Referenced by SIO::SIOSimCalHitHandler::write().
|
pure virtual |
Returns the energy in [GeV] of the i-th contribution to the hit.
Implemented in IMPL::SimCalorimeterHitImpl.
Referenced by SIO::SIOSimCalHitHandler::write().
|
pure virtual |
Returns the number of MC contributions to the hit.
0 if information is not stored. There are two levels of detail: if collection flag bit LCIO.CHBIT_STEP==1 then all simulator steps' contributions to the hit are stored, otherwise there is only one contribution for every particle entering the calorimeter.
Implemented in IMPL::SimCalorimeterHitImpl.
Referenced by SIO::SIOSimCalHitHandler::write().
|
pure virtual |
Returns the number of MC contributions to the hit.
0 if information is not stored. Renamed to getNMCContributions.
Implemented in IMPL::SimCalorimeterHitImpl.
|
pure virtual |
Returns the MCParticle that caused the shower responsible for this contribution to the hit.
This is the particle that flew into the calorimeter and not the shower particle that made the energy deposition.
Implemented in IMPL::SimCalorimeterHitImpl.
Referenced by SIO::SIOSimCalHitHandler::write().
|
pure virtual |
Returns the PDG code of the shower particle that caused this contribution.
Check the flag word bit LCIO.CHBIT_STEP of the collection whether this information is available.
Implemented in IMPL::SimCalorimeterHitImpl.
Referenced by SIO::SIOSimCalHitHandler::write().
|
pure virtual |
Returns the position of the hit in world coordinates.
NULL if information is not stored - check the flag word (bit CHBIT_LONG) of the collection.
Implemented in IMPL::SimCalorimeterHitImpl.
Referenced by SIO::SIOSimCalHitHandler::write().
|
pure virtual |
Returns the time of the i-th in [ns] contribution to the hit.
Implemented in IMPL::SimCalorimeterHitImpl.
Referenced by SIO::SIOSimCalHitHandler::write().