#include <TrackerRawDataIOImpl.h>
Inheritance diagram for IOIMPL::TrackerRawDataIOImpl:
Public Types | |
| typedef TrackerRawData | lcobject_type |
Public Member Functions | |
| virtual int | id () const |
| virtual int | getCellID0 () const |
| virtual int | getCellID1 () const |
| virtual int | getTime () const |
| virtual const EVENT::ShortVec & | getADCValues () const |
| void | setCellID0 (int cellID0) |
| void | setCellID1 (int cellID1) |
| void | setTime (int time) |
| void | setADCValues (const EVENT::ShortVec &adc) |
| EVENT::ShortVec & | adcValues () |
| 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 | _channelID |
| int | _time |
| EVENT::ShortVec | _adc |
| bool | _readOnly |
| int | _id |
Friends | |
| class | SIO::SIOTrackerRawDataHandler |
Definition at line 20 of file TrackerRawDataIOImpl.h.
|
|
Useful typedef for template programming with LCIO Definition at line 32 of file TrackerRawData.h. |
|
|
Allows direct access to the adc vector. Can be used e.g. to set the values: raw->adcValues().clear() ; raw->adcValues().resize( n ) ; raw->adcValues()[i] = 42 ; Definition at line 44 of file TrackerRawDataImpl.cc. References IMPL::AccessChecked::checkAccess(), and EVENT::ShortVec. |
|
|
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. |
|
|
The measured ADC values. Implements EVENT::TrackerRawData. Definition at line 44 of file TrackerRawDataImpl.h. |
|
|
Returns the first detector specific (geometrical) cell id. Implements EVENT::TrackerRawData. Definition at line 30 of file TrackerRawDataImpl.h. |
|
|
Returns the second detector specific (geometrical) cell id. Optional, check/set flag(LCIO::TRAWBIT_ID1)==1. Implements EVENT::TrackerRawData. Definition at line 35 of file TrackerRawDataImpl.h. |
|
|
Returns the time. Implements EVENT::TrackerRawData. Definition at line 40 of file TrackerRawDataImpl.h. |
|
|
Returns an object id for internal (debugging) use in LCIO. Implements EVENT::LCObject. Definition at line 26 of file TrackerRawDataImpl.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. |
|
|
Set the ADC vector by copying the values. Definition at line 37 of file TrackerRawDataImpl.cc. References IMPL::TrackerRawDataImpl::_adc, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 21 of file TrackerRawDataImpl.cc. References IMPL::TrackerRawDataImpl::_cellID0, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 26 of file TrackerRawDataImpl.cc. References IMPL::TrackerRawDataImpl::_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(). |
|
|
Definition at line 31 of file TrackerRawDataImpl.cc. References IMPL::TrackerRawDataImpl::_time, and IMPL::AccessChecked::checkAccess(). |
|
|
Definition at line 24 of file AccessChecked.h. |
|
|
Definition at line 22 of file TrackerRawDataIOImpl.h. |
|
|
Definition at line 69 of file TrackerRawDataImpl.h. Referenced by SIO::SIOTrackerRawDataHandler::read(), and IMPL::TrackerRawDataImpl::setADCValues(). |
|
|
Definition at line 65 of file TrackerRawDataImpl.h. Referenced by SIO::SIOTrackerRawDataHandler::read(), and IMPL::TrackerRawDataImpl::setCellID0(). |
|
|
Definition at line 66 of file TrackerRawDataImpl.h. Referenced by SIO::SIOTrackerRawDataHandler::read(), and IMPL::TrackerRawDataImpl::setCellID1(). |
|
|
Definition at line 67 of file TrackerRawDataImpl.h. |
|
|
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 68 of file TrackerRawDataImpl.h. Referenced by SIO::SIOTrackerRawDataHandler::read(), and IMPL::TrackerRawDataImpl::setTime(). |
1.3.9.1