#include "AthContainers/AuxElement.h"
#include "Identifier/Identifier.h"
#include "AthContainers/DataVector.h"
Go to the source code of this file.
◆ DECLARE_SCALAR_MEMBER
#define DECLARE_SCALAR_MEMBER |
( |
|
DATA_TYPE, |
|
|
|
SCALAR_NAME |
|
) |
| |
Value: DATA_TYPE SCALAR_NAME() const; \
void set_##SCALAR_NAME(
const DATA_TYPE
val);
Definition at line 16 of file NSWMMTPRDO_v1.h.
◆ DECLARE_VEC_MEMBER
#define DECLARE_VEC_MEMBER |
( |
|
DATA_TYPE, |
|
|
|
VEC_NAME |
|
) |
| |
Value: const std::vector<DATA_TYPE>& VEC_NAME () const; \
std::vector<DATA_TYPE>& VEC_NAME();
Definition at line 12 of file NSWMMTPRDO_v1.h.
◆ SG_BASE()