#include <CustomLCIOObject.h>
Inheritance diagram for tpc_tracking::CustomLCIOObject:
Public Member Functions | |
| CustomLCIOObject () | |
| virtual | ~CustomLCIOObject () |
| int | id () const |
| unsigned int | read (SIO_stream *stream) |
| unsigned int | write (SIO_stream *stream) |
| virtual bool | read (Stream &stream) |
| virtual bool | write (Stream &stream) |
| CustomLCIOObject () | |
| virtual | ~CustomLCIOObject () |
| int | id () const |
| unsigned int | read (SIO_stream *stream) |
| unsigned int | write (SIO_stream *stream) |
| virtual bool | read (Stream &stream) |
| virtual bool | write (Stream &stream) |
| virtual LCObject * | clone () const |
| template<class V> | |
| V::ext_type | ext () |
| template<class V> | |
| V::rel_type | rel () |
Static Public Member Functions | |
| void | install (const char *name, CustomLCIOObject *obj) |
| void | install (const char *name, CustomLCIOObject *obj) |
Protected Member Functions | |
| template<class V> | |
| V::ptr & | ptr () |
|
|
Definition at line 78 of file CustomLCIOObject.cc. |
|
|
Definition at line 83 of file CustomLCIOObject.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 an object id for internal (debugging) use in LCIO. Implements EVENT::LCObject. Definition at line 35 of file CustomLCIOObject.h. |
|
|
Returns an object id for internal (debugging) use in LCIO. Implements EVENT::LCObject. Definition at line 35 of file CustomLCIOObject.h. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|||||||||
|
Returns the reference to the pointer to the extension/relation object Definition at line 508 of file LCRTRelations.h. |
|
|
Reimplemented in tpc_tracking::ChargedPad, tpc_tracking::IonizationCenter, tpc_tracking::ChargedPad, and tpc_tracking::IonizationCenter. |
|
|
|
|
|
Reimplemented in tpc_tracking::ChargedPad, tpc_tracking::IonizationCenter, tpc_tracking::ChargedPad, and tpc_tracking::IonizationCenter. Definition at line 108 of file CustomLCIOObject.cc. |
|
|
Definition at line 88 of file CustomLCIOObject.cc. References tpc_tracking::CustomLCIOObject::Stream::declare_pointer_target(). Referenced by tpc_tracking::CustomSIOHandler::read(). |
|
|||||||||
|
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. |
|
|
Reimplemented in tpc_tracking::ChargedPad, tpc_tracking::IonizationCenter, tpc_tracking::ChargedPad, and tpc_tracking::IonizationCenter. |
|
|
|
|
|
Reimplemented in tpc_tracking::ChargedPad, tpc_tracking::IonizationCenter, tpc_tracking::ChargedPad, and tpc_tracking::IonizationCenter. Definition at line 113 of file CustomLCIOObject.cc. |
|
|
Definition at line 98 of file CustomLCIOObject.cc. References tpc_tracking::CustomLCIOObject::Stream::declare_pointer_target(). Referenced by tpc_tracking::CustomSIOHandler::write(). |
1.3.9.1