ATLAS Offline Software
Loading...
Searching...
No Matches
ByteStreamAuxContainer_v1.cxx File Reference
#include <iostream>
#include <atomic>
#include <cstring>
#include "xAODCore/tools/AuxPersVector.h"
#include "AthContainers/AuxTypeRegistry.h"
#include "AthContainers/AuxStoreInternal.h"
#include "AthContainers/exceptions.h"
#include "xAODTrigger/versions/ByteStreamAuxContainer_v1.h"
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, emptyStr, SG::AuxVarFlags::SkipNameCheck)); } while(0)
int r
Definition globals.cxx:22