![]() |
ATLAS Offline Software
|
#include <Decoration.h>
Public Attributes | |
std::string | name |
uint32_t | hash = 0 |
SG::auxid_t | auxid = SG::null_auxid |
GetterType | getter = nullptr |
CopierType | copier = nullptr |
SetterType | setter = nullptr |
Definition at line 23 of file Decoration.h.
SG::auxid_t ActsTrk::detail::Decoration::auxid = SG::null_auxid |
Definition at line 26 of file Decoration.h.
CopierType ActsTrk::detail::Decoration::copier = nullptr |
Definition at line 28 of file Decoration.h.
GetterType ActsTrk::detail::Decoration::getter = nullptr |
Definition at line 27 of file Decoration.h.
uint32_t ActsTrk::detail::Decoration::hash = 0 |
Definition at line 25 of file Decoration.h.
std::string ActsTrk::detail::Decoration::name |
Definition at line 24 of file Decoration.h.
SetterType ActsTrk::detail::Decoration::setter = nullptr |
Definition at line 29 of file Decoration.h.