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

Go to the source code of this file.

Namespaces

namespace  DerivationFramework
 THE reconstruction tool.

Macros

#define SET_VALUES_IMP(TYPE, MAP)

Macro Definition Documentation

◆ SET_VALUES_IMP

#define SET_VALUES_IMP ( TYPE,
MAP )
Value:
for (auto const &ent : MAP) { \
SG::Accessor< TYPE > acc( m_prefix + ent.first ); \
acc( *fm ) = ent.second; \
}
Helper class to provide type-safe access to aux data.

Definition at line 97 of file BPhysMetadataBase.cxx.

97#define SET_VALUES_IMP( TYPE, MAP ) \
98 for (auto const &ent : MAP) { \
99 SG::Accessor< TYPE > acc( m_prefix + ent.first ); \
100 acc( *fm ) = ent.second; \
101 }