ATLAS Offline Software
Loading...
Searching...
No Matches
TrackCollectionCnvTool.cxx File Reference
Include dependency graph for TrackCollectionCnvTool.cxx:

Go to the source code of this file.

Namespaces

namespace  xAODMaker

Macros

#define DECORATE2(NAME, SEL, TYPE)
#define DECORATE(NAME, TYPE)

Macro Definition Documentation

◆ DECORATE

#define DECORATE ( NAME,
TYPE )
Value:
DECORATE2(NAME, NAME, TYPE)
#define DECORATE2(NAME, SEL, TYPE)
#define TYPE(CODE, TYP, IOTYP)

◆ DECORATE2

#define DECORATE2 ( NAME,
SEL,
TYPE )
Value:
static const SG::Decorator<TYPE> NAME##Dec (#NAME); \
NAME##Dec(*particle) = std::get<xAOD::ObserverToolIndex::SEL>((*itrMap).second)
Helper class to provide type-safe access to aux data.
Definition Decorator.h:59