ATLAS Offline Software
Classes | Namespaces | Typedefs | Functions
Decoration.h File Reference
#include "AthContainersInterfaces/AuxTypes.h"
#include "AthContainersInterfaces/IAuxStore.h"
#include "AthContainersInterfaces/IConstAuxStore.h"
#include "xAODCore/AuxContainerBase.h"
Include dependency graph for Decoration.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ActsTrk::detail::Decoration
 
struct  ActsTrk::detail::accepted_decoration_types< T >
 

Namespaces

 ActsTrk
 The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout geometry to cache the final transformations of the sensor surfaces associated to one particular detector technology (Pixel, Sct, etc.).
 
 ActsTrk::detail
 

Typedefs

using ActsTrk::IndexType = std::uint32_t
 
using ActsTrk::detail::SetterType = std::function< std::any(SG::IAuxStore *, ActsTrk::IndexType, SG::auxid_t)>
 
using ActsTrk::detail::GetterType = std::function< const std::any(const SG::IConstAuxStore *, ActsTrk::IndexType, SG::auxid_t)>
 
using ActsTrk::detail::CopierType = std::function< void(SG::IAuxStore *, ActsTrk::IndexType, SG::auxid_t, const std::any &)>
 

Functions

template<typename T >
const std::any ActsTrk::detail::constDecorationGetter (const SG::IConstAuxStore *container, ActsTrk::IndexType idx, SG::auxid_t decorationId)
 
template<typename T >
const std::any ActsTrk::detail::decorationGetter (const SG::IAuxStore *container, ActsTrk::IndexType idx, SG::auxid_t decorationId)
 
template<typename T >
std::any ActsTrk::detail::decorationSetter (SG::IAuxStore *container, ActsTrk::IndexType idx, SG::auxid_t decorationId)
 
template<typename T >
void ActsTrk::detail::decorationCopier (SG::IAuxStore *dst, ActsTrk::IndexType dst_idx, SG::auxid_t decorationId, const std::any &src_ptr)
 
std::vector< Decoration > ActsTrk::detail::restoreDecorations (const SG::IConstAuxStore *container, const std::set< std::string > &staticVariables)