Go to the source code of this file.
|
| 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 |
|
|
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) |
|