ATLAS Offline Software
Loading...
Searching...
No Matches
PFOAttributesAccessor_v1.h File Reference
#include <iostream>
#include "xAODPFlow/PFODefs.h"
Include dependency graph for PFOAttributesAccessor_v1.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  xAOD::PFOAttributesAccessor_v1< T >
struct  xAOD::PFOParticleTypeMapper_v1

Namespaces

namespace  xAOD
 ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.

Macros

#define DEFINE_PFO_CONSTACCESSOR(NAME)

Macro Definition Documentation

◆ DEFINE_PFO_CONSTACCESSOR

#define DEFINE_PFO_CONSTACCESSOR ( NAME)
Value:
case xAOD::PFODetails::NAME: \
{ \
static const SG::AuxElement::Accessor< T > a( #NAME ); \
return &a; \
} \
break
static Double_t a
SG::Accessor< T, ALLOC > Accessor
Definition AuxElement.h:572

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