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