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