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

Go to the source code of this file.

Namespaces

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

Macros

#define DET_FLAG(VAR)

Macro Definition Documentation

◆ DET_FLAG

#define DET_FLAG ( VAR)
Value:
AUX_VARIABLE( VAR, SG::AuxTypeRegistry::Flags::Atomic ); \
do { \
static const auxid_t auxid = \
getAuxID( #VAR, VAR, \
SG::AuxTypeRegistry::Flags::Atomic ); \
m_decorFlags.insert( auxid ); \
} while( false )
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition AuxVariable.h:23