ATLAS Offline Software
Loading...
Searching...
No Matches
PixelPrepDataToxAOD.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 37 of file PixelPrepDataToxAOD.cxx.

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