#include "AthContainers/AuxElement.h"
#include "Identifier/Identifier.h"
#include "AthContainers/DataVector.h"
Go to the source code of this file.
|
| namespace | xAOD |
| | ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
|
◆ 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 15 of file NSWMMTPRDO_v1.h.
15#define DECLARE_SCALAR_MEMBER(DATA_TYPE, SCALAR_NAME) \
16 DATA_TYPE SCALAR_NAME() const; \
17 void set_##SCALAR_NAME(const DATA_TYPE val);
◆ 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 11 of file NSWMMTPRDO_v1.h.
11#define DECLARE_VEC_MEMBER(DATA_TYPE, VEC_NAME) \
12 const std::vector<DATA_TYPE>& VEC_NAME () const; \
13 std::vector<DATA_TYPE>& VEC_NAME();
◆ SG_BASE()