ATLAS Offline Software
Loading...
Searching...
No Matches
Trk::LinkToXAODTrackParticle Class Reference

Element link to XAOD TrackParticle. More...

#include <LinkToXAODTrackParticle.h>

Inheritance diagram for Trk::LinkToXAODTrackParticle:
Collaboration diagram for Trk::LinkToXAODTrackParticle:

Public Types

enum  ITrackLinkType { ToxAODTrackParticle = 0 , ToxAODNeutralParticle = 1 , ToTrack = 2 , ToTrackParticleBase = 3 }
typedef Traits::IndexingPolicy IndexingPolicy
 The indexing policy.
typedef IndexingPolicy::index_type index_type
 The index type presented to and returned from the link.
typedef Base::sgkey_t sgkey_t
 Type of hashed keys.
typedef Base::ID_type ID_type
 Type of string keys.
typedef xAOD::TrackParticleContainer value_type
 Type of container (storable) and derived types.
typedef xAOD::TrackParticleContainerpointer
typedef const xAOD::TrackParticleContainerconst_pointer
typedef const xAOD::TrackParticleContainerBaseConstReference
typedef const xAOD::TrackParticleContainerBaseConstPointer
typedef IndexingPolicy::ElementType ElementType
 Container element and derived types.
typedef IndexingPolicy::ElementConstReference ElementConstReference
typedef IndexingPolicy::ElementConstPointer ElementConstPointer
typedef IndexingPolicy::stored_index_type stored_index_type
 The type of the index as it is stored internally.
typedef uint32_t stored_index_type
 The type of the index as it is stored internally.
Type definitions taken from the StoreGate-based implementation
typedef xAOD::TrackParticleContainer::const_iterator const_iterator
 Constant iterator type for the container.

Public Member Functions

 LinkToXAODTrackParticle ()
 default constructor (needed for persistency)
 LinkToXAODTrackParticle (ElementLink< xAOD::TrackParticleContainer > &link)
 constructor with ElementLink
 LinkToXAODTrackParticle (const LinkToXAODTrackParticle &)=default
 LinkToXAODTrackParticle (LinkToXAODTrackParticle &&)=default
LinkToXAODTrackParticleoperator= (const LinkToXAODTrackParticle &)=default
LinkToXAODTrackParticleoperator= (LinkToXAODTrackParticle &&)=default
virtual ~LinkToXAODTrackParticle ()=default
virtual const TrackParametersparameters () const override final
 return the track parameters of the track (to which the EL< TrackCollection
virtual const NeutralParametersneutralParameters () const override final
 return the neutral parameters of the NeutralParticle)
virtual LinkToXAODTrackParticleclone () const override final
 method to clone the LinkToXAODTrackParticle object
virtual ITrackLinkType type () const override final
 return the type
xAOD::TVirtualEventsource () const
 Get the data source for the reference.
bool toPersistent ()
 Dummy function provinding the offline interface.
bool toTransient (IProxyDict *sg=0)
 Finish initialization after link has been read.
bool toTransient (IProxyDict *sg=0)
 Finish initialization after link has been read.
bool isDefaultIndex () const
 Test the index validity.
bool isDefaultIndex () const
 Test the index validity.
bool isDefault () const
 Test to see if this link is in the default state.
bool isDefault () const
 Test to see if this link is in the default state.
const SG::DataProxyproxy () const
 Return the SG proxy for the container holding this element.
const SG::DataProxyproxy () const
 Return the SG proxy for the container holding this element.
bool thin ()
 Adjust for thinning.
bool thin (const SG::ThinningCache *thinningCache)
 Adjust for thinning.
bool thin ()
 Adjust for thinning.
bool thin (const SG::ThinningCache *thinningCache)
 Adjust for thinning.
stored_index_type persIndex () const
 Return the index of the link.
uint32_t persIndex () const
 Get the index of the referenced object in the container.
sgkey_t persKey () const
 Return the SG key that we reference, as a hash.
uint32_t persKey () const
 Get the key/identifier of the referenced container.
void setPersKey (uint32_t key)
 Set the key/identifier of the referenced container.
void setPersIndex (uint32_t index)
 Set the index of the referenced object in the container.
Dereferencing the link.
const_pointer getDataPtr () const
 Return a pointer to the currently-referenced container object.
pointer getDataNonConstPtr ()
 Return a pointer to the currently-referenced container object.
DataLink< xAOD::TrackParticleContainergetDataLink ()
 Return a link to the currently-referenced container object.
const DataLink< xAOD::TrackParticleContainergetDataLink () const
 Return a link to the currently-referenced container object.
BaseConstPointer getStorableObjectPointer () const
 Return a pointer to the currently-referenced container object.
BaseConstReference getStorableObjectRef () const
 Return a reference to the currently-referenced container object.
ElementConstPointer cptr () const
 Return a pointer to the referenced element.
ElementConstReference operator* () const
 Return a reference to the referenced element.
ElementConstPointer operator-> () const
 Return a pointer to the referenced element.
 operator ElementConstPointer () const
 Convert to a pointer to the referenced element.
bool isValid () const
 Test to see if the link can be dereferenced.
bool operator! () const
 Test to see if the link can not be dereferenced.
ElementType cachedElement () const
 Return the cached element, if any.
Accessor functions/operators
BaseConstPointer getStorableObjectPointer () const
 Retrieve storable object pointer.
BaseConstReference getStorableObjectRef () const
 Retrieve storable object reference.
ElementConstPointer cptr () const
 Get a constant pointer to the referenced object.
ElementConstReference operator* () const
 Get a reference to the object in question.
ElementConstPointer operator-> () const
 Access the object as a smart pointer.
 operator ElementConstPointer () const
 Auto-convert to the element type.
bool isValid () const
 Check if the element can be found.
bool operator! () const
 Operator checking the validity of the link.
ElementType cachedElement () const
 Access the currently cached element. Doesn't trigger lookup.
index_type index () const
 Get the index of the element inside of its container.
const ID_typedataID () const
 Get the key that we reference, as a string.
sgkey_t key () const
 Get the key that we reference, as a hash.
bool operator== (const ElementLink &rhs) const
 Comparison operator.
bool operator!= (const ElementLink &rhs) const
 Comparison operator.
bool hasCachedElement () const
 Check if the link has a cached element pointer.
Setter functions
bool toIndexedElement (BaseConstReference container, index_type index)
 Set link to point to given index (slower)
bool toContainedElement (BaseConstReference container, ElementType element)
 Set link to point to given element (slowest)
bool setElement (ElementType element)
 Set link to point to an Element (slowest)
bool setStorableObject (BaseConstReference data, bool replace=false)
 Set link storable to data object pointed by data (slower)
void resetWithKeyAndIndex (const ID_type &key, index_type index, xAOD::TVirtualEvent *event=0)
 Reset with storable key and element index (fast)
void resetWithKeyAndIndex (sgkey_t id, index_type index, xAOD::TVirtualEvent *event=0)
 Reset with storable id and element index (fastest)
void reset ()
 Reset to default state.

Static Public Member Functions

static const CLIDclassID ()
 Return the CLID for the class that we reference.

Protected Member Functions

bool toIndexedElement (const_pointer_t obj, CLID link_clid, const index_type &elemID, IProxyDict *sg)
 Set the to an element given by index and pointer to container.
bool toIndexedElement (const_pointer_t obj, CLID link_clid, index_type elemID, IProxyDict *sg)
 Set the link to an element given by index and pointer to container.
bool toIndexedElement (const_pointer_t obj, CLID link_clid, index_type elemID, IProxyDict *sg)
 Set the link to an element given by index and pointer to container.
bool setStorableObject (const_pointer_t data, CLID link_clid, bool replace, IProxyDict *sg)
 Set the container referenced by the link to data.
bool setStorableObject (const_pointer_t data, CLID link_clid, bool replace, IProxyDict *sg)
 Set the container referenced by the link to data.
void resetWithKeyAndIndex (const ID_type &dataID, CLID link_clid, const index_type &elemID, IProxyDict *sg)
 Set the link to an element given by string key and index.
void resetWithKeyAndIndex (sgkey_t key, CLID link_clid, const index_type &elemID, IProxyDict *sg)
 Set the link to an element given by string key and index.
void resetWithKeyAndIndex (const ID_type &dataID, CLID link_clid, index_type elemID, IProxyDict *sg)
 Set the link to an element given by string key and index.
void resetWithKeyAndIndex (sgkey_t key, CLID link_clid, index_type elemID, IProxyDict *sg)
 Set the link to an element given by string key and index.
void resetWithKeyAndIndex (const ID_type &dataID, CLID link_clid, index_type elemID, IProxyDict *sg)
 Set the link to an element given by string key and index.
void resetWithKeyAndIndex (sgkey_t key, CLID link_clid, index_type elemID, IProxyDict *sg)
 Set the link to an element given by string key and index.
void * storableBase (castfn_t *castfn, const CLID &clid, bool isConst) const
 Return a pointer to the currently-referenced container object.
void * storableBase (castfn_t *castfn, CLID clid, bool isConst) const
 Return a pointer to the currently-referenced container object.
void * storableBase (castfn_t *castfn, const CLID &clid, bool isConst) const
 Return a pointer to the currently-referenced container object.
void * storableBase (castfn_t *castfn, CLID clid, bool isConst) const
 Return a pointer to the currently-referenced container object.
void setIndex (const index_type &index)
 Set the index part of the link.
void setIndex (index_type index)
 Set the index part of the link.
void setIndex (index_type index)
 Set the index part of the link.
const stored_index_typestoredIndex () const
 Return the stored representation of the link index.
const stored_index_typestoredIndex () const
 Return the stored representation of the link index.
void setCachedElement (const ElementType &elt) const
 Set the cached element stored in the link.
void setCachedElement (ElementType elt) const
 Set the cached element stored in the link, assuming the cached element is null.
void setCachedElement (ElementType elt) const
 Set the cached element stored in the link, assuming the cached element is null.
void storeCachedElement (const ElementType &elt)
 Set the cached element stored in the link.
void storeCachedElement (ElementType elt)
 Set the cached element stored in the link.
void storeCachedElement (ElementType elt)
 Set the cached element stored in the link.
bool getCachedElement (ElementConstPointer &elt) const
 Retrieve the cached element from the link.
bool getCachedElement (const T *&elt) const
 Retrieve the cached element from the link.
const SG::DataProxyHolderproxyHolder () const
 Return the internal proxy holder object.
const SG::DataProxyHolderproxyHolder () const
 Return the internal proxy holder object.

Protected Attributes

uint32_t m_persKey
 Key/identifier of the referenced container.
uint32_t m_persIndex
 Index of the referenced object in the container.
bool m_isDirectIO
 A transient variable signalling when direct I/O is happening.

Private Types

typedef SG::ElementLinkTraits< xAOD::TrackParticleContainerTraits
 Traits class, from which to derive types.
typedef Traits::Base Base
 Base class (factoring out code that doesn't directly depend on STORABLE).
typedef Base::castfn_t castfn_t
 Function casting from a SG::DataProxy to a pointer.
typedef ROOT::Meta::Selection::ElementLink< xAOD::TrackParticleContainer >::self DictSel
 Needed to take the Reflex/Cling specifications into account.
typedef SG::DataProxyHolder::const_pointer_t const_pointer_t
 Generic pointer to the container (storable).

Private Member Functions

virtual bool toTransient ()
 Reset the object's internal cache.
void findIdentifier ()
 Find the identifier of the object being pointed to.
void findIndex ()
 Find the index of an element inside the container.
bool thin1 (INDEX &persIndex, const SG::ThinningCache *thinningCache)
 Adjust for thinning.
bool thin1 (INDEX &persIndex, const SG::ThinningCache *thinningCache)
 Adjust for thinning.
void clearCachedElement ()
 Clear the currently-cached element.

Private Attributes

BaseConstPointer m_container
 Cached pointer to the container.
ElementType m_element
 Cached pointer to the object.
bool m_elementCached
 Status of the cached pointer.
xAOD::TVirtualEventm_event
 Pointer to the event object.
SG::sgkey_t m_key
 The hashed key for this link.
stored_index_type m_index
 The index of the element within the container for this link.
SG::DataProxyHolder m_proxy
 SG proxy for this link.
SG::sgkey_t m_persKey
 The hashed key for this link.
stored_index_type m_persIndex
 The index of the element within the container for this link.

Static Private Attributes

static const uint32_t INVALID
 Value to mark an invalid index.
static constexpr uint32_t INVALID
 Value to mark a default index.

Modifying the link.

bool toIndexedElement (BaseConstReference data, index_type elemID, IProxyDict *sg=0)
 Set the link to an element given by index and pointer to container.
bool toIndexedElement (BaseConstReference data, index_type elemID, const EventContext &ctx)
 Set the link to an element given by index and pointer to container.
bool toContainedElement (BaseConstReference data, ElementType element, IProxyDict *sg=0)
 Set from element pointer and a reference to the container (storable)
bool toContainedElement (BaseConstReference data, ElementType element, const EventContext &ctx)
 Set from element pointer and a reference to the container (storable)
bool setElement (ElementType element)
 Set to point to an element.
bool setStorableObject (BaseConstReference data, bool replace=false, IProxyDict *sg=0)
 Set link to point to a new container (storable).
bool setStorableObject (BaseConstReference data, bool replace, const EventContext &ctx)
 Set link to point to a new container (storable).
void resetWithKeyAndIndex (const ID_type &dataID, index_type elemID, IProxyDict *sg=0)
 Set the link to an element given by string key and index.
void resetWithKeyAndIndex (const ID_type &dataID, index_type elemID, const EventContext &ctx)
 Set the link to an element given by string key and index.
void resetWithKeyAndIndex (sgkey_t key, index_type elemID, IProxyDict *sg=0)
 Set the link to an element given by string key and index.
void resetWithKeyAndIndex (sgkey_t key, index_type elemID, const EventContext &ctx)
 Set the link to an element given by string key and index.
const void * storable () const
 Return a (void) pointer to the currently-referenced container object.
void * storableNonConst ()
 Return a (void) pointer to the currently-referenced container object.

Detailed Description

Element link to XAOD TrackParticle.

An EDM object to reduce dependencies among Tracking/InDet/XAOD domains. This is NOT an analysis class. This link keeps the EDM of different domains together and makes it interchangeable. WARNING: Do not use this class unless you understand how the ITrackLink functions.

A hack to the EDM which will be possibly removed at later stages Kiril.nosp@m.l.Pr.nosp@m.okofi.nosp@m.ev@c.nosp@m.ern.c.nosp@m.h

February 2014

Definition at line 30 of file LinkToXAODTrackParticle.h.

Member Typedef Documentation

◆ Base

Base class (factoring out code that doesn't directly depend on STORABLE).

Definition at line 129 of file AthLinks/ElementLink.h.

◆ BaseConstPointer

typedef const xAOD::TrackParticleContainer* ElementLink< xAOD::TrackParticleContainer >::BaseConstPointer
inherited

Definition at line 153 of file AthLinks/ElementLink.h.

◆ BaseConstReference

typedef const xAOD::TrackParticleContainer& ElementLink< xAOD::TrackParticleContainer >::BaseConstReference
inherited

Definition at line 152 of file AthLinks/ElementLink.h.

◆ castfn_t

typedef Base::castfn_t ElementLink< xAOD::TrackParticleContainer >::castfn_t
privateinherited

Function casting from a SG::DataProxy to a pointer.

Definition at line 132 of file AthLinks/ElementLink.h.

◆ const_iterator

Constant iterator type for the container.

Definition at line 61 of file A/AthLinks/ElementLink.h.

◆ const_pointer

typedef const xAOD::TrackParticleContainer* ElementLink< xAOD::TrackParticleContainer >::const_pointer
inherited

Definition at line 151 of file AthLinks/ElementLink.h.

◆ const_pointer_t

Generic pointer to the container (storable).

Definition at line 84 of file GenericElementLinkBase.h.

◆ DictSel

Needed to take the Reflex/Cling specifications into account.

Definition at line 207 of file A/AthLinks/ElementLink.h.

◆ ElementConstPointer

typedef IndexingPolicy::ElementConstPointer ElementLink< xAOD::TrackParticleContainer >::ElementConstPointer
inherited

Definition at line 159 of file AthLinks/ElementLink.h.

◆ ElementConstReference

typedef IndexingPolicy::ElementConstReference ElementLink< xAOD::TrackParticleContainer >::ElementConstReference
inherited

Definition at line 158 of file AthLinks/ElementLink.h.

◆ ElementType

typedef IndexingPolicy::ElementType ElementLink< xAOD::TrackParticleContainer >::ElementType
inherited

Container element and derived types.

Definition at line 157 of file AthLinks/ElementLink.h.

◆ ID_type

Type of string keys.

Definition at line 146 of file AthLinks/ElementLink.h.

◆ index_type

typedef IndexingPolicy::index_type ElementLink< xAOD::TrackParticleContainer >::index_type
inherited

The index type presented to and returned from the link.

Definition at line 140 of file AthLinks/ElementLink.h.

◆ IndexingPolicy

typedef Traits::IndexingPolicy ElementLink< xAOD::TrackParticleContainer >::IndexingPolicy
inherited

The indexing policy.

Definition at line 137 of file AthLinks/ElementLink.h.

◆ pointer

Definition at line 150 of file AthLinks/ElementLink.h.

◆ sgkey_t

Type of hashed keys.

Definition at line 143 of file AthLinks/ElementLink.h.

◆ stored_index_type [1/2]

typedef uint32_t ElementLinkBase::stored_index_type
inherited

The type of the index as it is stored internally.

Definition at line 76 of file AthLinks/ElementLinkBase.h.

◆ stored_index_type [2/2]

typedef IndexingPolicy::stored_index_type SG::GenericElementLinkBase< IndexingPolicy >::stored_index_type
inherited

The type of the index as it is stored internally.

Definition at line 92 of file GenericElementLinkBase.h.

◆ Traits

Traits class, from which to derive types.

Definition at line 126 of file AthLinks/ElementLink.h.

◆ value_type

Type of container (storable) and derived types.

Definition at line 149 of file AthLinks/ElementLink.h.

Member Enumeration Documentation

◆ ITrackLinkType

Enumerator
ToxAODTrackParticle 
ToxAODNeutralParticle 
ToTrack 
ToTrackParticleBase 

Definition at line 29 of file ITrackLink.h.

Constructor & Destructor Documentation

◆ LinkToXAODTrackParticle() [1/4]

Trk::LinkToXAODTrackParticle::LinkToXAODTrackParticle ( )

default constructor (needed for persistency)

Definition at line 10 of file LinkToXAODTrackParticle.cxx.

◆ LinkToXAODTrackParticle() [2/4]

Trk::LinkToXAODTrackParticle::LinkToXAODTrackParticle ( ElementLink< xAOD::TrackParticleContainer > & link)

constructor with ElementLink

Definition at line 14 of file LinkToXAODTrackParticle.cxx.

◆ LinkToXAODTrackParticle() [3/4]

Trk::LinkToXAODTrackParticle::LinkToXAODTrackParticle ( const LinkToXAODTrackParticle & )
default

◆ LinkToXAODTrackParticle() [4/4]

Trk::LinkToXAODTrackParticle::LinkToXAODTrackParticle ( LinkToXAODTrackParticle && )
default

◆ ~LinkToXAODTrackParticle()

virtual Trk::LinkToXAODTrackParticle::~LinkToXAODTrackParticle ( )
virtualdefault

Member Function Documentation

◆ cachedElement() [1/2]

ElementType ElementLink< xAOD::TrackParticleContainer >::cachedElement ( ) const
inherited

Return the cached element, if any.

◆ cachedElement() [2/2]

ElementType ElementLink< xAOD::TrackParticleContainer >::cachedElement ( ) const
inlineinherited

Access the currently cached element. Doesn't trigger lookup.

Definition at line 176 of file A/AthLinks/ElementLink.h.

◆ classID()

const CLID & ElementLink< xAOD::TrackParticleContainer >::classID ( )
staticinherited

Return the CLID for the class that we reference.

◆ clearCachedElement()

void ElementLinkBase::clearCachedElement ( )
privateinherited

Clear the currently-cached element.

◆ clone()

Trk::LinkToXAODTrackParticle * Trk::LinkToXAODTrackParticle::clone ( ) const
finaloverridevirtual

method to clone the LinkToXAODTrackParticle object

Implements Trk::ITrackLink.

Definition at line 33 of file LinkToXAODTrackParticle.cxx.

34{
35 return new LinkToXAODTrackParticle(*this);
36}
LinkToXAODTrackParticle()
default constructor (needed for persistency)

◆ cptr() [1/2]

Return a pointer to the referenced element.

Be aware: if the element is a pointer, then this will yield a pointer to a pointer.

◆ cptr() [2/2]

Get a constant pointer to the referenced object.

◆ dataID()

const ID_type & ElementLink< xAOD::TrackParticleContainer >::dataID ( ) const
inherited

Get the key that we reference, as a string.

◆ findIdentifier()

void ElementLink< xAOD::TrackParticleContainer >::findIdentifier ( )
privateinherited

Find the identifier of the object being pointed to.

◆ findIndex()

void ElementLink< xAOD::TrackParticleContainer >::findIndex ( )
privateinherited

Find the index of an element inside the container.

◆ getCachedElement() [1/2]

bool ElementLinkBase::getCachedElement ( const T *& elt) const
protectedinherited

Retrieve the cached element from the link.

Parameters
elt[out]The cached element.
Returns
True if an element was cached; false otherwise.

elt is left unmodified if there is no cached element.

◆ getCachedElement() [2/2]

bool SG::GenericElementLinkBase< IndexingPolicy >::getCachedElement ( ElementConstPointer & elt) const
protectedinherited

Retrieve the cached element from the link.

Parameters
elt[out]The cached element.
Returns
True if an element was cached; false otherwise.

elt is left unmodified if there is no cached element.

◆ getDataLink() [1/2]

Return a link to the currently-referenced container object.

◆ getDataLink() [2/2]

const DataLink< xAOD::TrackParticleContainer > ElementLink< xAOD::TrackParticleContainer >::getDataLink ( ) const
inherited

Return a link to the currently-referenced container object.

◆ getDataNonConstPtr()

pointer ElementLink< xAOD::TrackParticleContainer >::getDataNonConstPtr ( )
inherited

Return a pointer to the currently-referenced container object.

Returns
A pointer to an object of the type given by clid, or null on a failure (or if the reference is null).

◆ getDataPtr()

const_pointer ElementLink< xAOD::TrackParticleContainer >::getDataPtr ( ) const
inherited

Return a pointer to the currently-referenced container object.

Returns
A pointer to an object of the type given by clid, or null on a failure (or if the reference is null).

◆ getStorableObjectPointer() [1/2]

BaseConstPointer ElementLink< xAOD::TrackParticleContainer >::getStorableObjectPointer ( ) const
inherited

Return a pointer to the currently-referenced container object.

◆ getStorableObjectPointer() [2/2]

BaseConstPointer ElementLink< xAOD::TrackParticleContainer >::getStorableObjectPointer ( ) const
inherited

Retrieve storable object pointer.

◆ getStorableObjectRef() [1/2]

BaseConstReference ElementLink< xAOD::TrackParticleContainer >::getStorableObjectRef ( ) const
inherited

Return a reference to the currently-referenced container object.

◆ getStorableObjectRef() [2/2]

BaseConstReference ElementLink< xAOD::TrackParticleContainer >::getStorableObjectRef ( ) const
inherited

Retrieve storable object reference.

◆ hasCachedElement()

bool ElementLink< xAOD::TrackParticleContainer >::hasCachedElement ( ) const
inlineinherited

Check if the link has a cached element pointer.

Definition at line 178 of file A/AthLinks/ElementLink.h.

◆ index()

index_type ElementLink< xAOD::TrackParticleContainer >::index ( ) const
inlineinherited

Get the index of the element inside of its container.

Definition at line 148 of file A/AthLinks/ElementLink.h.

148{ return persIndex(); }

◆ isDefault() [1/2]

bool ElementLinkBase::isDefault ( ) const
inherited

Test to see if this link is in the default state.

Definition at line 108 of file ElementLinkBase.cxx.

49 {
51}

◆ isDefault() [2/2]

bool SG::GenericElementLinkBase< IndexingPolicy >::isDefault ( ) const
inherited

Test to see if this link is in the default state.

◆ isDefaultIndex() [1/2]

bool ElementLinkBase::isDefaultIndex ( ) const
inherited

Test the index validity.

Returns
True if the index is not valid (in default state).

◆ isDefaultIndex() [2/2]

bool SG::GenericElementLinkBase< IndexingPolicy >::isDefaultIndex ( ) const
inherited

Test the index validity.

Returns
True if the index is not valid (in default state).

◆ isValid() [1/2]

bool ElementLink< xAOD::TrackParticleContainer >::isValid ( ) const
inherited

Test to see if the link can be dereferenced.

Will throw an exception if the container is not empty and the referenced element cannot be retrieved.

◆ isValid() [2/2]

bool ElementLink< xAOD::TrackParticleContainer >::isValid ( ) const
inherited

Check if the element can be found.

◆ key()

sgkey_t ElementLink< xAOD::TrackParticleContainer >::key ( ) const
inlineinherited

Get the key that we reference, as a hash.

Definition at line 153 of file A/AthLinks/ElementLink.h.

153{ return persKey(); }

◆ neutralParameters()

virtual const NeutralParameters * Trk::LinkToXAODTrackParticle::neutralParameters ( ) const
inlinefinaloverridevirtual

return the neutral parameters of the NeutralParticle)

Implements Trk::ITrackLink.

Definition at line 53 of file LinkToXAODTrackParticle.h.

54 {
55 return nullptr;
56 }

◆ operator ElementConstPointer() [1/2]

Convert to a pointer to the referenced element.

◆ operator ElementConstPointer() [2/2]

ElementLink< xAOD::TrackParticleContainer >::operator ElementConstPointer ( ) const
inlineinherited

Auto-convert to the element type.

Definition at line 166 of file A/AthLinks/ElementLink.h.

166{ return cptr(); }

◆ operator!() [1/2]

bool ElementLink< xAOD::TrackParticleContainer >::operator! ( ) const
inherited

Test to see if the link can not be dereferenced.

◆ operator!() [2/2]

bool ElementLink< xAOD::TrackParticleContainer >::operator! ( ) const
inlineinherited

Operator checking the validity of the link.

Definition at line 173 of file A/AthLinks/ElementLink.h.

173{ return ! isValid(); }

◆ operator!=()

Comparison operator.

◆ operator*() [1/2]

Return a reference to the referenced element.

Will throw an exception if the link is not valid.

◆ operator*() [2/2]

Get a reference to the object in question.

◆ operator->() [1/2]

ElementConstPointer ElementLink< xAOD::TrackParticleContainer >::operator-> ( ) const
inherited

Return a pointer to the referenced element.

◆ operator->() [2/2]

ElementConstPointer ElementLink< xAOD::TrackParticleContainer >::operator-> ( ) const
inlineinherited

Access the object as a smart pointer.

Definition at line 164 of file A/AthLinks/ElementLink.h.

164{ return cptr(); }

◆ operator=() [1/2]

LinkToXAODTrackParticle & Trk::LinkToXAODTrackParticle::operator= ( const LinkToXAODTrackParticle & )
default

◆ operator=() [2/2]

LinkToXAODTrackParticle & Trk::LinkToXAODTrackParticle::operator= ( LinkToXAODTrackParticle && )
default

◆ operator==()

bool ElementLink< xAOD::TrackParticleContainer >::operator== ( const ElementLink< xAOD::TrackParticleContainer > & rhs) const
inherited

Comparison operator.

◆ parameters()

const TrackParameters * Trk::LinkToXAODTrackParticle::parameters ( ) const
finaloverridevirtual

return the track parameters of the track (to which the EL< TrackCollection

points)

Implements Trk::ITrackLink.

Definition at line 20 of file LinkToXAODTrackParticle.cxx.

21{
22 if (isValid()) {
23 const xAOD::TrackParticle* trk = this->cachedElement();
24 if (nullptr != trk) {
25 return &(trk->perigeeParameters());
26 }
27 return nullptr;
28 }
29 return nullptr;
30} // end of parameters method
const Trk::Perigee & perigeeParameters() const
Returns the Trk::MeasuredPerigee track parameters.
TrackParticle_v1 TrackParticle
Reference the current persistent version:

◆ persIndex() [1/2]

uint32_t ElementLinkBase::persIndex ( ) const
inherited

Return the index of the link.

(Deprecated; use index() instead.)

Definition at line 121 of file ElementLinkBase.cxx.

31 {
32
33 return m_persIndex;
34}

◆ persIndex() [2/2]

uint32_t ElementLinkBase::persIndex ( ) const
inherited

Get the index of the referenced object in the container.

◆ persKey() [1/2]

uint32_t ElementLinkBase::persKey ( ) const
inherited

Return the SG key that we reference, as a hash.

(Deprecated; use key instead.)

Returns 0 on failure.

Definition at line 146 of file ElementLinkBase.cxx.

◆ persKey() [2/2]

uint32_t ElementLinkBase::persKey ( ) const
inherited

Get the key/identifier of the referenced container.

◆ proxy() [1/2]

const SG::DataProxy * ElementLinkBase::proxy ( ) const
inherited

Return the SG proxy for the container holding this element.

If this is a null link, we return 0. If we're directly referencing an object that's not in StoreGate, either return 0 or throw ExcPointerNotInSG, depending on nothrow. Otherwise, return the proxy for the object we're referencing.

◆ proxy() [2/2]

const SG::DataProxy * SG::GenericElementLinkBase< IndexingPolicy >::proxy ( ) const
inherited

Return the SG proxy for the container holding this element.

If this is a null link, we return 0. If we're directly referencing an object that's not in StoreGate, either return 0 or throw ExcPointerNotInSG, depending on nothrow. Otherwise, return the proxy for the object we're referencing.

◆ proxyHolder() [1/2]

const SG::DataProxyHolder & ElementLinkBase::proxyHolder ( ) const
protectedinherited

Return the internal proxy holder object.

◆ proxyHolder() [2/2]

const SG::DataProxyHolder & SG::GenericElementLinkBase< IndexingPolicy >::proxyHolder ( ) const
protectedinherited

Return the internal proxy holder object.

◆ reset()

void ElementLink< xAOD::TrackParticleContainer >::reset ( )
inherited

Reset to default state.

◆ resetWithKeyAndIndex() [1/12]

void SG::GenericElementLinkBase< IndexingPolicy >::resetWithKeyAndIndex ( const ID_type & dataID,
CLID link_clid,
const index_type & elemID,
IProxyDict * sg )
protectedinherited

Set the link to an element given by string key and index.

Parameters
dataIDKey of the object.
link_clidCLID of the link being set.
elemIDThe index of the element within the container.
sgAssociated store.

If sg is 0, then we take the store from whatever the link's currently set to. If the link has no current store, then we take the global default.

◆ resetWithKeyAndIndex() [2/12]

void ElementLinkBase::resetWithKeyAndIndex ( const ID_type & dataID,
CLID link_clid,
index_type elemID,
IProxyDict * sg )
protectedinherited

Set the link to an element given by string key and index.

Parameters
dataIDKey of the object.
link_clidCLID of the link being set.
elemIDThe index of the element within the container.
sgAssociated store.

If sg is 0, then we take the store from whatever the link's currently set to. If the link has no current store, then we take the global default.

◆ resetWithKeyAndIndex() [3/12]

void ElementLink< xAOD::TrackParticleContainer >::resetWithKeyAndIndex ( const ID_type & dataID,
index_type elemID,
const EventContext & ctx )
inherited

Set the link to an element given by string key and index.

Parameters
dataIDKey of the object.
elemIDThe index of the element within the container.
ctxThe event context.

◆ resetWithKeyAndIndex() [4/12]

void ElementLink< xAOD::TrackParticleContainer >::resetWithKeyAndIndex ( const ID_type & dataID,
index_type elemID,
IProxyDict * sg = 0 )
inherited

Set the link to an element given by string key and index.

Parameters
dataIDKey of the object.
elemIDThe index of the element within the container.
sgAssociated store.

If sg is 0, then we take the store from whatever the link's currently set to. If the link has no current store, then we take the global default.

◆ resetWithKeyAndIndex() [5/12]

void ElementLink< xAOD::TrackParticleContainer >::resetWithKeyAndIndex ( const ID_type & key,
index_type index,
xAOD::TVirtualEvent * event = 0 )
inherited

Reset with storable key and element index (fast)

◆ resetWithKeyAndIndex() [6/12]

void ElementLink< xAOD::TrackParticleContainer >::resetWithKeyAndIndex ( sgkey_t id,
index_type index,
xAOD::TVirtualEvent * event = 0 )
inherited

Reset with storable id and element index (fastest)

◆ resetWithKeyAndIndex() [7/12]

void SG::GenericElementLinkBase< IndexingPolicy >::resetWithKeyAndIndex ( sgkey_t key,
CLID link_clid,
const index_type & elemID,
IProxyDict * sg )
protectedinherited

Set the link to an element given by string key and index.

Parameters
keyHashed key of the object.
link_clidCLID of the link being set.
elemIDThe index of the element within the container.
sgAssociated store.

If sg is 0, then we take the store from whatever the link's currently set to. If the link has no current store, then we take the global default.

◆ resetWithKeyAndIndex() [8/12]

void ElementLinkBase::resetWithKeyAndIndex ( sgkey_t key,
CLID link_clid,
index_type elemID,
IProxyDict * sg )
protectedinherited

Set the link to an element given by string key and index.

Parameters
keyHashed key of the object.
link_clidCLID of the link being set.
elemIDThe index of the element within the container.
sgAssociated store.

If sg is 0, then we take the store from whatever the link's currently set to. If the link has no current store, then we take the global default.

◆ resetWithKeyAndIndex() [9/12]

void ElementLink< xAOD::TrackParticleContainer >::resetWithKeyAndIndex ( sgkey_t key,
index_type elemID,
const EventContext & ctx )
inherited

Set the link to an element given by string key and index.

Parameters
keyHashed key of the object.
elemIDThe index of the element within the container.
ctxThe event context.

◆ resetWithKeyAndIndex() [10/12]

void ElementLink< xAOD::TrackParticleContainer >::resetWithKeyAndIndex ( sgkey_t key,
index_type elemID,
IProxyDict * sg = 0 )
inherited

Set the link to an element given by string key and index.

Parameters
keyHashed key of the object.
elemIDThe index of the element within the container.
sgAssociated store.

If sg is 0, then we take the store from whatever the link's currently set to. If the link has no current store, then we take the global default.

◆ resetWithKeyAndIndex() [11/12]

void ElementLinkBase::resetWithKeyAndIndex ( const ID_type & dataID,
CLID link_clid,
index_type elemID,
IProxyDict * sg )
protectedinherited

Set the link to an element given by string key and index.

Parameters
dataIDKey of the object.
link_clidCLID of the link being set.
elemIDThe index of the element within the container.
sgAssociated store.

If sg is 0, then we take the store from whatever the link's currently set to. If the link has no current store, then we take the global default.

◆ resetWithKeyAndIndex() [12/12]

void ElementLinkBase::resetWithKeyAndIndex ( sgkey_t key,
CLID link_clid,
index_type elemID,
IProxyDict * sg )
protectedinherited

Set the link to an element given by string key and index.

Parameters
keyHashed key of the object.
link_clidCLID of the link being set.
elemIDThe index of the element within the container.
sgAssociated store.

If sg is 0, then we take the store from whatever the link's currently set to. If the link has no current store, then we take the global default.

◆ setCachedElement() [1/3]

void SG::GenericElementLinkBase< IndexingPolicy >::setCachedElement ( const ElementType & elt) const
protectedinherited

Set the cached element stored in the link.

Parameters
eltNew value for the cached element.

◆ setCachedElement() [2/3]

void ElementLinkBase::setCachedElement ( ElementType elt) const
protectedinherited

Set the cached element stored in the link, assuming the cached element is null.

Parameters
eltNew value for the cached element.

This method will set the current cached element if it is currently unset. If it has previously been assigned, then this method will do nothing.

◆ setCachedElement() [3/3]

void ElementLinkBase::setCachedElement ( ElementType elt) const
protectedinherited

Set the cached element stored in the link, assuming the cached element is null.

Parameters
eltNew value for the cached element.

This method will set the current cached element if it is currently unset. If it has previously been assigned, then this method will do nothing.

◆ setElement() [1/2]

bool ElementLink< xAOD::TrackParticleContainer >::setElement ( ElementType element)
inherited

Set to point to an element.

Parameters
elementThe element.
Returns
True if the link was changed.

The collection and the element can be specified independently using setElement and setStorableObject.

If the link is already set, this will return false and leave the link unchanged.

◆ setElement() [2/2]

bool ElementLink< xAOD::TrackParticleContainer >::setElement ( ElementType element)
inherited

Set link to point to an Element (slowest)

◆ setIndex() [1/3]

void SG::GenericElementLinkBase< IndexingPolicy >::setIndex ( const index_type & index)
protectedinherited

Set the index part of the link.

Parameters
indexNew index value.

◆ setIndex() [2/3]

void ElementLinkBase::setIndex ( index_type index)
protectedinherited

Set the index part of the link.

Parameters
indexNew index value.

◆ setIndex() [3/3]

void ElementLinkBase::setIndex ( index_type index)
protectedinherited

Set the index part of the link.

Parameters
indexNew index value.

◆ setPersIndex()

void ElementLinkBase::setPersIndex ( uint32_t index)
inherited

Set the index of the referenced object in the container.

Definition at line 42 of file ElementLinkBase.cxx.

36 {
37
38 // Check if we're actually changing anything:
39 if( m_persIndex == index ) return;
40 // Store the new index:
42
43 // Reset the internal cache:
45
46 return;
47}

◆ setPersKey()

void ElementLinkBase::setPersKey ( uint32_t key)
inherited

Set the key/identifier of the referenced container.

Definition at line 37 of file ElementLinkBase.cxx.

18 {
19
20 // Check if we're actually changing anything:
21 if( m_persKey == key ) return;
22 // Store the new key:
23 m_persKey = key;
24
25 // Reset the internal cache:
27
28 return;
29}

◆ setStorableObject() [1/5]

bool ElementLink< xAOD::TrackParticleContainer >::setStorableObject ( BaseConstReference data,
bool replace,
const EventContext & ctx )
inherited

Set link to point to a new container (storable).

Parameters
dataReference to the container (storable).
replaceTrue if we can change an existing link.
ctxThe event context.
Returns
True if the link was changed.

If the link is already set, this will return false and leave the link unchanged unless replace is set. The replace argument should be set if the element is now in a new storable container; e.g. element ptr has been put in a new view container.

◆ setStorableObject() [2/5]

bool ElementLink< xAOD::TrackParticleContainer >::setStorableObject ( BaseConstReference data,
bool replace = false )
inherited

Set link storable to data object pointed by data (slower)

◆ setStorableObject() [3/5]

bool ElementLink< xAOD::TrackParticleContainer >::setStorableObject ( BaseConstReference data,
bool replace = false,
IProxyDict * sg = 0 )
inherited

Set link to point to a new container (storable).

Parameters
dataReference to the container (storable).
replaceTrue if we can change an existing link.
sgAssociated store.
Returns
True if the link was changed.

If the link is already set, this will return false and leave the link unchanged unless replace is set. The replace argument should be set if the element is now in a new storable container; e.g. element ptr has been put in a new view container.

If sg is 0, then we take the store from whatever the link's currently set to. If the link has no current store, then we take the global default.

◆ setStorableObject() [4/5]

bool ElementLinkBase::setStorableObject ( const_pointer_t data,
CLID link_clid,
bool replace,
IProxyDict * sg )
protectedinherited

Set the container referenced by the link to data.

Parameters
dataPointer to the new container.
link_clidCLID of the link being set.
replaceTrue if we can change an existing link.
sgAssociated store.
Returns
True if the link was changed.

If the link is already set, this will return false and leave the link unchanged unless replace is set. The replace argument should be set if the element is now in a new storable container; e.g. element ptr has been put in a new view container.

If sg is 0, then we take the store from whatever the link's currently set to. If the link has no current store, then we take the global default.

◆ setStorableObject() [5/5]

bool SG::GenericElementLinkBase< IndexingPolicy >::setStorableObject ( const_pointer_t data,
CLID link_clid,
bool replace,
IProxyDict * sg )
protectedinherited

Set the container referenced by the link to data.

Parameters
dataPointer to the new container.
link_clidCLID of the link being set.
replaceTrue if we can change an existing link.
sgAssociated store.
Returns
True if the link was changed.

If the link is already set, this will return false and leave the link unchanged unless replace is set. The replace argument should be set if the element is now in a new storable container; e.g. element ptr has been put in a new view container.

If sg is 0, then we take the store from whatever the link's currently set to. If the link has no current store, then we take the global default.

◆ source()

xAOD::TVirtualEvent * ElementLink< xAOD::TrackParticleContainer >::source ( ) const
inlineinherited

Get the data source for the reference.

Definition at line 183 of file A/AthLinks/ElementLink.h.

183{ return m_event; }

◆ storable()

const void * ElementLink< xAOD::TrackParticleContainer >::storable ( ) const
privateinherited

Return a (void) pointer to the currently-referenced container object.

Returns
A pointer to an object of the type given by clid, or null on a failure (or if the reference is null).

◆ storableBase() [1/4]

void * ElementLinkBase::storableBase ( castfn_t * castfn,
CLID clid,
bool isConst ) const
protectedinherited

Return a pointer to the currently-referenced container object.

Parameters
castfnFunction to do the cast from data proxy to object. If 0, use a dynamic cast.
clidThe CLID of the desired object. This is used to determine how the returned pointer is to be converted.
isConstTrue if the returned object will be treated as const.
Returns
A pointer to an object of the type given by clid, or null on a failure (or if the reference is null).

◆ storableBase() [2/4]

void * SG::GenericElementLinkBase< IndexingPolicy >::storableBase ( castfn_t * castfn,
const CLID & clid,
bool isConst ) const
protectedinherited

Return a pointer to the currently-referenced container object.

Parameters
castfnFunction to do the cast from data proxy to object. If 0, use a dynamic cast.
clidThe CLID of the desired object. This is used to determine how the returned pointer is to be converted.
isConstTrue if the returned object will be treated as const.
Returns
A pointer to an object of the type given by clid, or null on a failure (or if the reference is null).

◆ storableBase() [3/4]

void * ElementLinkBase::storableBase ( castfn_t * castfn,
CLID clid,
bool isConst ) const
protectedinherited

Return a pointer to the currently-referenced container object.

Parameters
castfnFunction to do the cast from data proxy to object. If 0, use a dynamic cast.
clidThe CLID of the desired object. This is used to determine how the returned pointer is to be converted.
isConstTrue if the returned object will be treated as const.
Returns
A pointer to an object of the type given by clid, or null on a failure (or if the reference is null).

◆ storableBase() [4/4]

void * SG::GenericElementLinkBase< IndexingPolicy >::storableBase ( castfn_t * castfn,
const CLID & clid,
bool isConst ) const
protectedinherited

Return a pointer to the currently-referenced container object.

Parameters
castfnFunction to do the cast from data proxy to object. If 0, use a dynamic cast.
clidThe CLID of the desired object. This is used to determine how the returned pointer is to be converted.
isConstTrue if the returned object will be treated as const.
Returns
A pointer to an object of the type given by clid, or null on a failure (or if the reference is null).

◆ storableNonConst()

void * ElementLink< xAOD::TrackParticleContainer >::storableNonConst ( )
privateinherited

Return a (void) pointer to the currently-referenced container object.

Returns
A pointer to an object of the type given by clid, or null on a failure (or if the reference is null).

◆ storeCachedElement() [1/3]

void SG::GenericElementLinkBase< IndexingPolicy >::storeCachedElement ( const ElementType & elt)
protectedinherited

Set the cached element stored in the link.

Parameters
eltNew value for the cached element.

◆ storeCachedElement() [2/3]

void ElementLinkBase::storeCachedElement ( ElementType elt)
protectedinherited

Set the cached element stored in the link.

Parameters
eltNew value for the cached element.

◆ storeCachedElement() [3/3]

void ElementLinkBase::storeCachedElement ( ElementType elt)
protectedinherited

Set the cached element stored in the link.

Parameters
eltNew value for the cached element.

◆ storedIndex() [1/2]

const stored_index_type & ElementLinkBase::storedIndex ( ) const
protectedinherited

Return the stored representation of the link index.

◆ storedIndex() [2/2]

const stored_index_type & SG::GenericElementLinkBase< IndexingPolicy >::storedIndex ( ) const
protectedinherited

Return the stored representation of the link index.

◆ thin() [1/4]

bool ElementLinkBase::thin ( )
inherited

Adjust for thinning.

If this link points to a container that has been thinned, it will be adjusted accordingly.

Returns true if the link was changed; false otherwise.

◆ thin() [2/4]

bool SG::GenericElementLinkBase< IndexingPolicy >::thin ( )
inherited

Adjust for thinning.

If this link points to a container that has been thinned, it will be adjusted accordingly.

Returns true if the link was changed; false otherwise.

◆ thin() [3/4]

bool ElementLinkBase::thin ( const SG::ThinningCache * thinningCache)
inherited

Adjust for thinning.

If this link points to a container that has been thinned, it will be adjusted accordingly.

Parameters
thinningCacheThinning cache for the current stream (may be null).

Returns true if the link was changed; false otherwise.

◆ thin() [4/4]

bool SG::GenericElementLinkBase< IndexingPolicy >::thin ( const SG::ThinningCache * thinningCache)
inherited

Adjust for thinning.

If this link points to a container that has been thinned, it will be adjusted accordingly.

Parameters
thinningCacheThinning cache for the current stream (may be null).

Returns true if the link was changed; false otherwise.

◆ thin1() [1/2]

bool SG::GenericElementLinkBase< IndexingPolicy >::thin1 ( INDEX & persIndex,
const SG::ThinningCache * thinningCache )
privateinherited

Adjust for thinning.

If this link points to a container that has been thinned, it will be adjusted accordingly.

Parameters
Indexof the element.
thinningCacheThinning cache for the current stream (may be null).

Returns true if the link was changed; false otherwise.

This overload will be used for the case where thinning is supported: the index can be interconverted with size_t.

◆ thin1() [2/2]

bool SG::GenericElementLinkBase< IndexingPolicy >::thin1 ( INDEX & persIndex,
const SG::ThinningCache * thinningCache )
privateinherited

Adjust for thinning.

If this link points to a container that has been thinned, it will be adjusted accordingly.

Parameters
Indexof the element.
thinningCacheThinning cache for the current stream (may be null).

Returns true if the link was changed; false otherwise.

This overload will be used for the case where thinning is not supported.

◆ toContainedElement() [1/3]

bool ElementLink< xAOD::TrackParticleContainer >::toContainedElement ( BaseConstReference container,
ElementType element )
inherited

Set link to point to given element (slowest)

◆ toContainedElement() [2/3]

bool ElementLink< xAOD::TrackParticleContainer >::toContainedElement ( BaseConstReference data,
ElementType element,
const EventContext & ctx )
inherited

Set from element pointer and a reference to the container (storable)

Parameters
dataReference to the container (storable).
elementThe element.
ctxThe event context.
Returns
True if the link was changed.

O(N) for sequences!

If the link is already set, this will return false and leave the link unchanged.

◆ toContainedElement() [3/3]

bool ElementLink< xAOD::TrackParticleContainer >::toContainedElement ( BaseConstReference data,
ElementType element,
IProxyDict * sg = 0 )
inherited

Set from element pointer and a reference to the container (storable)

Parameters
dataReference to the container (storable).
elementThe element.
sgAssociated store.
Returns
True if the link was changed.

O(N) for sequences!

If the link is already set, this will return false and leave the link unchanged.

If sg is 0, then we take the store from whatever the link's currently set to. If the link has no current store, then we take the global default.

◆ toIndexedElement() [1/6]

bool ElementLink< xAOD::TrackParticleContainer >::toIndexedElement ( BaseConstReference container,
index_type index )
inherited

Set link to point to given index (slower)

◆ toIndexedElement() [2/6]

bool ElementLink< xAOD::TrackParticleContainer >::toIndexedElement ( BaseConstReference data,
index_type elemID,
const EventContext & ctx )
inherited

Set the link to an element given by index and pointer to container.

Parameters
dataReference to the container (storable).
elemIDThe index of the element within the container.
ctxThe event context.
Returns
True if the link was changed.

If the link is already set, this will return false and leave the link unchanged.

◆ toIndexedElement() [3/6]

bool ElementLink< xAOD::TrackParticleContainer >::toIndexedElement ( BaseConstReference data,
index_type elemID,
IProxyDict * sg = 0 )
inherited

Set the link to an element given by index and pointer to container.

Parameters
dataReference to the container (storable).
elemIDThe index of the element within the container.
sgAssociated store.
Returns
True if the link was changed.

If the link is already set, this will return false and leave the link unchanged.

If sg is 0, then we take the store from whatever the link's currently set to. If the link has no current store, then we take the global default.

◆ toIndexedElement() [4/6]

bool SG::GenericElementLinkBase< IndexingPolicy >::toIndexedElement ( const_pointer_t obj,
CLID link_clid,
const index_type & elemID,
IProxyDict * sg )
protectedinherited

Set the to an element given by index and pointer to container.

Parameters
objPointer to the container (storable).
link_clidCLID of the link being set.
elemIDThe index of the element within the container.
sgAssociated store.
Returns
True if the link was changed.

If the link is already set, this will return false and leave the link unchanged.

If sg is 0, then we take the store from whatever the link's currently set to. If the link has no current store, then we take the global default.

◆ toIndexedElement() [5/6]

bool ElementLinkBase::toIndexedElement ( const_pointer_t obj,
CLID link_clid,
index_type elemID,
IProxyDict * sg )
protectedinherited

Set the link to an element given by index and pointer to container.

Parameters
objPointer to the container (storable).
link_clidCLID of the link being set.
elemIDThe index of the element within the container.
sgAssociated store.
Returns
True if the link was changed.

If the link is already set, this will return false and leave the link unchanged.

If sg is 0, then we take the store from whatever the link's currently set to. If the link has no current store, then we take the global default.

◆ toIndexedElement() [6/6]

bool ElementLinkBase::toIndexedElement ( const_pointer_t obj,
CLID link_clid,
index_type elemID,
IProxyDict * sg )
protectedinherited

Set the link to an element given by index and pointer to container.

Parameters
objPointer to the container (storable).
link_clidCLID of the link being set.
elemIDThe index of the element within the container.
sgAssociated store.
Returns
True if the link was changed.

If the link is already set, this will return false and leave the link unchanged.

If sg is 0, then we take the store from whatever the link's currently set to. If the link has no current store, then we take the global default.

◆ toPersistent()

bool ElementLink< xAOD::TrackParticleContainer >::toPersistent ( )
inlineinherited

Dummy function provinding the offline interface.

Definition at line 186 of file A/AthLinks/ElementLink.h.

186{ return true; }

◆ toTransient() [1/3]

virtual bool ElementLink< xAOD::TrackParticleContainer >::toTransient ( )
privatevirtualinherited

Reset the object's internal cache.

Implements ElementLinkBase.

◆ toTransient() [2/3]

bool ElementLinkBase::toTransient ( IProxyDict * sg = 0)
inherited

Finish initialization after link has been read.

Parameters
sgAssociated store.

This should be called after a link has been read by root in order to set the proxy pointer. Returns true.

If sg is 0, then we use the global default store.

◆ toTransient() [3/3]

bool SG::GenericElementLinkBase< IndexingPolicy >::toTransient ( IProxyDict * sg = 0)
inherited

Finish initialization after link has been read.

Parameters
sgAssociated store.

This should be called after a link has been read by root in order to set the proxy pointer. Returns true.

If sg is 0, then we use the global default store.

◆ type()

virtual ITrackLinkType Trk::LinkToXAODTrackParticle::type ( ) const
inlinefinaloverridevirtual

return the type

Implements Trk::ITrackLink.

Definition at line 61 of file LinkToXAODTrackParticle.h.

62 {
64 }

Member Data Documentation

◆ INVALID [1/2]

const uint32_t ElementLinkBase::INVALID
staticprivateinherited

Value to mark an invalid index.

Definition at line 62 of file AthLinks/ElementLinkBase.h.

◆ INVALID [2/2]

uint32_t ElementLinkBase::INVALID
staticconstexprprivateinherited

Value to mark a default index.

Definition at line 27 of file A/AthLinks/ElementLinkBase.h.

◆ m_container

BaseConstPointer ElementLink< xAOD::TrackParticleContainer >::m_container
mutableprivateinherited

Cached pointer to the container.

Definition at line 197 of file A/AthLinks/ElementLink.h.

◆ m_element

ElementType ElementLink< xAOD::TrackParticleContainer >::m_element
mutableprivateinherited

Cached pointer to the object.

Definition at line 199 of file A/AthLinks/ElementLink.h.

◆ m_elementCached

bool ElementLink< xAOD::TrackParticleContainer >::m_elementCached
mutableprivateinherited

Status of the cached pointer.

Definition at line 201 of file A/AthLinks/ElementLink.h.

◆ m_event

Pointer to the event object.

Definition at line 203 of file A/AthLinks/ElementLink.h.

◆ m_index

The index of the element within the container for this link.

Definition at line 538 of file GenericElementLinkBase.h.

◆ m_isDirectIO

bool ElementLinkBase::m_isDirectIO
protectedinherited

A transient variable signalling when direct I/O is happening.

This flag is used exclusively by the ElementLink<>::toTransient() function to know when it should take the persistent data stored in this object into account. That function may be called in normal P->T conversions as well, in which case using the data from this class would just reset the object to its default state.

Definition at line 68 of file A/AthLinks/ElementLinkBase.h.

◆ m_key

The hashed key for this link.

Definition at line 535 of file GenericElementLinkBase.h.

◆ m_persIndex [1/2]

stored_index_type ElementLinkBase::m_persIndex
privateinherited

The index of the element within the container for this link.

Definition at line 504 of file AthLinks/ElementLinkBase.h.

◆ m_persIndex [2/2]

uint32_t ElementLinkBase::m_persIndex
protectedinherited

Index of the referenced object in the container.

Definition at line 58 of file A/AthLinks/ElementLinkBase.h.

◆ m_persKey [1/2]

SG::sgkey_t ElementLinkBase::m_persKey
privateinherited

The hashed key for this link.

Definition at line 501 of file AthLinks/ElementLinkBase.h.

◆ m_persKey [2/2]

uint32_t ElementLinkBase::m_persKey
protectedinherited

Key/identifier of the referenced container.

Definition at line 56 of file A/AthLinks/ElementLinkBase.h.

◆ m_proxy

SG proxy for this link.

Definition at line 541 of file GenericElementLinkBase.h.


The documentation for this class was generated from the following files: