ATLAS Offline Software
|
Minimal span-like object describing the range of an auxiliary variable. More...
#include <AuxDataSpan.h>
Public Member Functions | |
AuxDataSpanBase (void *the_beg=0, size_t the_size=0) | |
Constructor. More... | |
Public Attributes | |
void * | beg |
Pointer to the start of the variable's vector. More... | |
size_t | size |
The length of the variable's vector. More... | |
Minimal span-like object describing the range of an auxiliary variable.
Definition at line 38 of file AuxDataSpan.h.
|
inline |
Constructor.
the_beg | The start of the variable's vector. |
the_size | The length of the variable's vector. |
Definition at line 45 of file AuxDataSpan.h.
void* SG::AuxDataSpanBase::beg |
Pointer to the start of the variable's vector.
Definition at line 52 of file AuxDataSpan.h.
size_t SG::AuxDataSpanBase::size |
The length of the variable's vector.
Definition at line 55 of file AuxDataSpan.h.