Go to the source code of this file.
◆ JET_DEFINE_ASSO_ACCESSOR
#define JET_DEFINE_ASSO_ACCESSOR |
( |
|
NAME | ) |
|
Value: case xAOD::JetAttribute::NAME: \
{ \
const
static VectorIParticleAccessor_t
a( #NAME ); \
} \
break
Definition at line 37 of file JetAccessorMap_v1.h.
◆ JET_DEFINE_ASSOBJ_ACCESSOR
#define JET_DEFINE_ASSOBJ_ACCESSOR |
( |
|
NAME | ) |
|
Value: case xAOD::JetAttribute::NAME: \
{ \
const
static ObjectAccessorWrapper< T >
a( #NAME ); \
} \
break
Definition at line 45 of file JetAccessorMap_v1.h.
◆ JET_DEFINE_ATT_ACCESSOR
#define JET_DEFINE_ATT_ACCESSOR |
( |
|
NAME | ) |
|
Value: case xAOD::JetAttribute::NAME: \
{ \
const
static AccessorWrapper< T >
a( #NAME ); \
} \
break
This header defines functions to map an Attribute enum to a static accessor object for the corresponding attribute.
This file contains and defines the implementation for the _v1 version of the attributes and associated object content of Jet.
Definition at line 27 of file JetAccessorMap_v1.h.