#include <RawCalorimeterHitImpl.h>
Inheritance diagram for IMPL::RawCalorimeterHitImpl:

Public Types | |
| typedef RawCalorimeterHit | lcobject_type |
Public Member Functions | |
| RawCalorimeterHitImpl () | |
| virtual | ~RawCalorimeterHitImpl () |
| Destructor. | |
| virtual int | id () const |
| virtual int | getCellID0 () const |
| virtual int | getCellID1 () const |
| virtual int | getAmplitude () const |
| virtual int | getTimeStamp () const |
| void | setCellID0 (int id0) |
| void | setCellID1 (int id1) |
| void | setAmplitude (int amplitude) |
| void | setTimeStamp (int time) |
| virtual LCObject * | clone () const |
| template<class V> | |
| V::ext_type | ext () |
| template<class V> | |
| V::rel_type | rel () |
| virtual int | simpleUID () const |
Protected Member Functions | |
| template<class V> | |
| V::ptr & | ptr () |
| virtual void | setReadOnly (bool readOnly) |
| void | checkAccess () throw ( EVENT::ReadOnlyException ) |
| void | checkAccess (const char *what) throw ( EVENT::ReadOnlyException ) |
Protected Attributes | |
| int | _cellID0 |
| int | _cellID1 |
| int | _amplitude |
| int | _timeStamp |
| bool | _readOnly |
| int | _id |
Definition at line 19 of file RawCalorimeterHitImpl.h.
|
|
Useful typedef for template programming with LCIO Definition at line 39 of file RawCalorimeterHit.h. |
|
|
Default constructor, initializes values to 0. Definition at line 5 of file RawCalorimeterHitImpl.cc. |
|
|
Destructor.
Definition at line 13 of file RawCalorimeterHitImpl.cc. |
|
|
Definition at line 20 of file AccessChecked.cc. |
|
|
|
Deep copy of the object. C++ implementations should return the concrete type (virtual constructor). No reasonable implementation yet. Do not use this method. Reimplemented in IMPL::SimCalorimeterHitImpl. Definition at line 52 of file LCObject.h. |
|
|||||||||
|
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,... Definition at line 430 of file LCRTRelations.h. |
|
|
Returns the amplitude of the hit in ADC counts. Implements EVENT::RawCalorimeterHit. Definition at line 24 of file RawCalorimeterHitImpl.cc. |
|
|
Returns the detector specific (geometrical) cell id. Implements EVENT::RawCalorimeterHit. Definition at line 16 of file RawCalorimeterHitImpl.cc. |
|
|
Returns the second detector specific (geometrical) cell id. Optional, check/set flag(LCIO::RCHBIT_ID1)==1. Implements EVENT::RawCalorimeterHit. Definition at line 20 of file RawCalorimeterHitImpl.cc. |
|
|
Returns a time stamp for the hit. Optional, check/set flag(LCIO::RCHBIT_TIME)==1. Implements EVENT::RawCalorimeterHit. Definition at line 28 of file RawCalorimeterHitImpl.cc. |
|
|
Returns an object id for internal (debugging) use in LCIO. Implements EVENT::LCObject. Definition at line 30 of file RawCalorimeterHitImpl.h. |
|
|||||||||
|
Returns the reference to the pointer to the extension/relation object Definition at line 508 of file LCRTRelations.h. |
|
|||||||||
|
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. Definition at line 444 of file LCRTRelations.h. |
|
|
Sets the amplitude. Definition at line 44 of file RawCalorimeterHitImpl.cc. References _amplitude, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 34 of file RawCalorimeterHitImpl.cc. References _cellID0, and IMPL::AccessChecked::checkAccess(). |
|
|
Sets the second cell id; Only store if the flag word (bit CHBIT_ID1) of the collection is set. Default is to store only cellid0. Definition at line 39 of file RawCalorimeterHitImpl.cc. References _cellID1, and IMPL::AccessChecked::checkAccess(). |
|
|
Reimplemented in IMPL::LCCollectionVec, and IMPL::LCRunHeaderImpl. Definition at line 14 of file AccessChecked.cc. References IMPL::AccessChecked::_readOnly. Referenced by IMPL::LCEventImpl::setAccessMode(), and IMPL::LCCollectionVec::setReadOnly(). |
|
|
Set the time stamp Definition at line 49 of file RawCalorimeterHitImpl.cc. References _timeStamp, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 24 of file AccessChecked.h. |
|
|
Definition at line 71 of file RawCalorimeterHitImpl.h. Referenced by SIO::SIORawCalHitHandler::read(), and setAmplitude(). |
|
|
Definition at line 69 of file RawCalorimeterHitImpl.h. Referenced by SIO::SIORawCalHitHandler::read(), and setCellID0(). |
|
|
Definition at line 70 of file RawCalorimeterHitImpl.h. Referenced by SIO::SIORawCalHitHandler::read(), and setCellID1(). |
|
|
Definition at line 34 of file AccessChecked.h. Referenced by IMPL::AccessChecked::AccessChecked(). |
|
|
Definition at line 33 of file AccessChecked.h. Referenced by IMPL::AccessChecked::setReadOnly(). |
|
|
Definition at line 72 of file RawCalorimeterHitImpl.h. Referenced by SIO::SIORawCalHitHandler::read(), and setTimeStamp(). |
1.3.9.1