ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_PrepDataToxAOD.cxx File Reference

Go to the source code of this file.

Macros

#define AUXDATA(OBJ, TYP, NAME)

Macro Definition Documentation

◆ AUXDATA

#define AUXDATA ( OBJ,
TYP,
NAME )
Value:
static const SG::AuxElement::Accessor<TYP> acc_##NAME (#NAME); acc_##NAME(*(OBJ))
SG::Accessor< T, ALLOC > Accessor
Definition AuxElement.h:572

Definition at line 33 of file TRT_PrepDataToxAOD.cxx.

33#define AUXDATA(OBJ, TYP, NAME) \
34 static const SG::AuxElement::Accessor<TYP> acc_##NAME (#NAME); acc_##NAME(*(OBJ))