ATLAS Offline Software
Loading...
Searching...
No Matches
Decoration.h File Reference
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

namespace  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.).
namespace  ActsTrk::detail
 Athena definition of the Eigen plugin.

Typedefs

using ActsTrk::IndexType = std::uint32_t
using ActsTrk::detail::SetterType
using ActsTrk::detail::GetterType
using ActsTrk::detail::CopierType

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)
template<typename T>
static Decoration ActsTrk::detail::decoration (std::string_view n, GetterType g, CopierType c, SetterType s=static_cast< SetterType >(nullptr))
std::vector< DecorationActsTrk::detail::restoreDecorations (const SG::IConstAuxStore *container, const std::set< std::string > &staticVariables)