Int vector used for user extensions. More...
#include <pre-generated/EVENT/LCIntVec.h>
Public Types | |
typedef LCIntVec | lcobject_type |
Public Member Functions | |
virtual | ~LCIntVec () |
Destructor. | |
int | id () const |
Returns an object id for internal (debugging) use in LCIO. | |
![]() | |
virtual | ~LCObject () |
Destructor. | |
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. | |
Protected Attributes | |
IMPL::AccessChecked | _acc |
Additional Inherited Members | |
![]() | |
template<class V > | |
V::ptr & | ptr () const |
Returns the reference to the pointer to the extension/relation object. | |
Int vector used for user extensions.
The cpp implementation is a std::vector<int>