#include <LCFloatVec.h>
Inheritance diagram for EVENT::LCFloatVec:

Public Types | |
| typedef LCFloatVec | lcobject_type |
Public Member Functions | |
| virtual | ~LCFloatVec () |
| Destructor. | |
| int | id () const |
| virtual LCObject * | clone () const |
| template<class V> | |
| V::ext_type | ext () |
| template<class V> | |
| V::rel_type | rel () |
Protected Member Functions | |
| template<class V> | |
| V::ptr & | ptr () |
Protected Attributes | |
| IMPL::AccessChecked | _acc |
Definition at line 25 of file LCFloatVec.h.
|
|
Definition at line 32 of file LCFloatVec.h. |
|
|
Destructor.
Definition at line 29 of file LCFloatVec.h. |
|
|
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 an object id for internal (debugging) use in LCIO. Implements EVENT::LCObject. Definition at line 35 of file LCFloatVec.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. |
|
|
Definition at line 37 of file LCFloatVec.h. |
1.3.9.1