ATLAS Offline Software
|
Auxiliary class to handle xAOD accessor based xAOD object content access. More...
#include <xAODAccessor.h>
Classes | |
class | Kit |
Auxiliary class to create the corresponding auxiliary helper object. More... | |
Public Member Functions | |
AccessorHelper (SG::auxid_t auxid) | |
std::size_t | size (const T_Cont &cont) const |
T_src | get (const T_Cont &cont) const |
Get the scalar provided by the container. More... | |
T_src | get (const T_Cont &cont, std::size_t idx) const |
Get the specified element of the vector provided by the container. More... | |
Private Attributes | |
SG::AuxElement::ConstAccessor< T_src > | m_accessor |
Auxiliary class to handle xAOD accessor based xAOD object content access.
Definition at line 27 of file xAODAccessor.h.
|
inline |
Definition at line 29 of file xAODAccessor.h.
|
inline |
Get the scalar provided by the container.
Definition at line 38 of file xAODAccessor.h.
|
inline |
Get the specified element of the vector provided by the container.
Definition at line 43 of file xAODAccessor.h.
|
inline |
Definition at line 33 of file xAODAccessor.h.
|
private |
Definition at line 64 of file xAODAccessor.h.