#include <cstdint>
#include <iostream>
#include "xAODTracking/TrackSummaryAccessors_v1.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.
|
◆ DEFINE_ACCESSOR
| #define DEFINE_ACCESSOR |
( |
| TYPE, |
|
|
| NAME ) |
Value: case xAOD::NAME: { \
} break;
SG::Accessor< T, ALLOC > Accessor
Helper macro for Accessor objects.
Definition at line 15 of file TrackSummaryAccessors_v1.cxx.
15#define DEFINE_ACCESSOR(TYPE, NAME) \
16 case xAOD::NAME: { \
17 static const SG::AuxElement::Accessor<TYPE> a(#NAME); \
18 return &a; \
19 } break;