LDMX Software
|
This is a direct type accessor. More...
#include <CommonUtils.h>
Public Member Functions | |
primitive_t | operator() (ULong64_t entry) |
Gives direct access to the underlying parameter. | |
Public Attributes | |
std::vector< primitive_t > * | value = nullptr |
This is a direct type accessor.
It simply forwards access to the underlying vector
Definition at line 247 of file CommonUtils.h.
|
inline |
Gives direct access to the underlying parameter.
entry | the entry in the tree |
Definition at line 253 of file CommonUtils.h.
std::vector<primitive_t>* DirectAccessor< primitive_t >::value = nullptr |
Definition at line 248 of file CommonUtils.h.