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;
Helper class to provide type-safe access to aux data.
Helper macro for Accessor objects.
Definition at line 12 of file MuonTrackSummaryAccessors_v1.cxx.
12#define DEFINE_ACCESSOR(TYPE, NAME ) \
13 case xAOD::NAME: \
14 { \
15 static const SG::Accessor< TYPE > a( #NAME ); \
16 return a; \
17 } \
18 break;