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