#include <iostream>
#include "xAODPFlow/PFODefs.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_PFO_CONSTACCESSOR
| #define DEFINE_PFO_CONSTACCESSOR |
( |
| NAME | ) |
|
Value: case xAOD::PFODetails::NAME: \
{ \
} \
break
SG::Accessor< T, ALLOC > Accessor
Definition at line 21 of file PFOAttributesAccessor_v1.h.
21#define DEFINE_PFO_CONSTACCESSOR( NAME ) \
22 case xAOD::PFODetails::NAME: \
23 { \
24 static const SG::AuxElement::Accessor< T > a( #NAME ); \
25 return &a; \
26 } \
27 break