ATLAS Offline Software
Public Types | Public Member Functions | List of all members
ElementLinkVector::Short2LongRef Class Reference

a functor turning an ElemLinkRef into an ElementLink More...

#include <ElementLinkVector.h>

Collaboration diagram for ElementLinkVector::Short2LongRef:

Public Types

typedef ElementLinkVector< DOBJ > ElemLinkVec
 

Public Member Functions

ElemLink operator() (ElemLinkRef &shortRef) const
 
const ElemLink operator() (const ElemLinkRef &shortRef) const
 

Detailed Description

a functor turning an ElemLinkRef into an ElementLink

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

Member Typedef Documentation

◆ ElemLinkVec

Definition at line 79 of file AthLinks/ElementLinkVector.h.

Member Function Documentation

◆ operator()() [1/2]

const ElemLink ElementLinkVector::Short2LongRef::operator() ( const ElemLinkRef shortRef) const
inline

Definition at line 83 of file AthLinks/ElementLinkVector.h.

83  {
84  return shortRef.elementLink();
85  }

◆ operator()() [2/2]

ElemLink ElementLinkVector::Short2LongRef::operator() ( ElemLinkRef shortRef) const
inline

Definition at line 80 of file AthLinks/ElementLinkVector.h.

80  {
81  return shortRef.elementLink();
82  }

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