| 
    LCIO
    02.17
    
   | 
 
Adding stuff needed for io (friend declarations, etc.) More...
#include <CalorimeterHitIOImpl.h>
 Inheritance diagram for IOIMPL::CalorimeterHitIOImpl:Friends | |
| class | SIO::SIOCalHitHandler | 
Additional Inherited Members | |
  Public Types inherited from EVENT::CalorimeterHit | |
| typedef CalorimeterHit | lcobject_type | 
| Useful typedef for template programming with LCIO.  More... | |
  Public Types inherited from lcrtrel::LCRTRelations | |
| typedef std::type_index | ext_index | 
| typedef std::shared_ptr< void > | ext_type | 
| typedef std::map< ext_index,  ext_type >  | ext_map | 
  Public Member Functions inherited from IMPL::CalorimeterHitImpl | |
| CalorimeterHitImpl () | |
| Default constructor, initializes values to 0.  More... | |
| CalorimeterHitImpl (const IMPL::CalorimeterHitImpl &)=default | |
| CalorimeterHitImpl & | operator= (const IMPL::CalorimeterHitImpl &)=default | 
| virtual | ~CalorimeterHitImpl () | 
| Destructor.  More... | |
| virtual int | id () const | 
| Returns an object id for internal (debugging) use in LCIO.  More... | |
| virtual int | getCellID0 () const | 
| Returns the detector specific (geometrical) cell id.  More... | |
| virtual int | getCellID1 () const | 
| Returns the second detector specific (geometrical) cell id.  More... | |
| virtual float | getEnergy () const | 
| Returns the energy of the hit.  More... | |
| virtual float | getEnergyError () const | 
| Returns the error of the hit energy.  More... | |
| virtual float | getTime () const | 
| Returns the time of the hit in [ns].  More... | |
| virtual const float * | getPosition () const | 
| Returns the position of the hit in world coordinates.  More... | |
| virtual int | getType () const | 
| Type of hit.  More... | |
| virtual EVENT::LCObject * | getRawHit () const | 
| The RawCalorimeterHit.  More... | |
| void | setCellID0 (int id0) | 
| Sets the first cell id;.  More... | |
| void | setCellID1 (int id1) | 
| Sets the second cell id; Only store if the flag word (bit RCHBIT_ID1) of the collection is set.  More... | |
| void | setEnergy (float en) | 
| Sets the energy/amplitude.  More... | |
| void | setEnergyError (float enerr) | 
| Sets the error of the hit energy.  More... | |
| void | setTime (float t) | 
| Sets the time.  More... | |
| void | setPosition (const float pos[3]) | 
| Sets the position.  More... | |
| void | setType (int type) | 
| void | setRawHit (EVENT::LCObject *rawHit) | 
  Public Member Functions inherited from EVENT::CalorimeterHit | |
| virtual | ~CalorimeterHit () | 
| Destructor.  More... | |
  Public Member Functions inherited from EVENT::LCObject | |
| virtual | ~LCObject () | 
| Destructor.  More... | |
| virtual LCObject * | clone () const | 
| Returns an object id for internal (debugging) use in LCIO.  More... | |
  Public Member Functions inherited from lcrtrel::LCRTRelations | |
| 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,...  More... | |
| template<class V > | |
| const V::ext_type | ext () const | 
| 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,...  More... | |
| 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.  More... | |
  Public Member Functions inherited from IMPL::AccessChecked | |
| AccessChecked () | |
| virtual | ~AccessChecked () | 
| virtual int | simpleUID () const | 
  Protected Member Functions inherited from IMPL::AccessChecked | |
| virtual void | setReadOnly (bool readOnly) | 
| void | checkAccess () | 
| void | checkAccess (const char *what) | 
  Protected Attributes inherited from IMPL::CalorimeterHitImpl | |
| int | _cellID0 | 
| int | _cellID1 | 
| float | _energy | 
| float | _energyError | 
| float | _time | 
| float | _position [3] | 
| int | _type | 
| EVENT::LCObject * | _rawHit | 
  Protected Attributes inherited from IMPL::AccessChecked | |
| bool | _readOnly {false} | 
| int | _id {-1} | 
  Static Protected Attributes inherited from IMPL::AccessChecked | |
| static std::atomic_int | _lCObjectId | 
Adding stuff needed for io (friend declarations, etc.)
Definition at line 21 of file CalorimeterHitIOImpl.h.
      
  | 
  friend | 
Definition at line 23 of file CalorimeterHitIOImpl.h.
 1.8.5