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 | ) |
|
Value: case xAOD::Iso::TYPE: \
{ \
} \
break;
#define TYPE(CODE, TYP, IOTYP)
SG::Accessor< T, ALLOC > Accessor
Helper macro for Accessor objects.
Definition at line 12 of file getIsolationAccessor.cxx.
12#define DEFINE_ACCESSOR(TYPE) \
13 case xAOD::Iso::TYPE: \
14{ \
15 static const SG::AuxElement::Accessor< float > a( #TYPE); \
16 return &a; \
17} \
18break;