ATLAS Offline Software
Loading...
Searching...
No Matches
ByteStreamAuxContainer_v1.cxx File Reference
Include dependency graph for ByteStreamAuxContainer_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 ADD_IDS(VAR, TYP)

Macro Definition Documentation

◆ ADD_IDS

#define ADD_IDS ( VAR,
TYP )
Value:
do { typedef std::map< std::string, std::vector< TYP > > CONT; \
for (CONT::value_type& p : VAR) \
m_auxids.insert (r.getAuxID< TYP > (p.first, "", SG::AuxVarFlags::SkipNameCheck)); } while(0)
int r
Definition globals.cxx:22
@ SkipNameCheck
Definition AuxTypes.h:81