ATLAS Offline Software
Loading...
Searching...
No Matches
Decoration.h File Reference
#include "AthContainersInterfaces/AuxTypes.h"
#include "AthContainersInterfaces/IAuxStore.h"
#include "AthContainersInterfaces/IConstAuxStore.h"
#include "ActsEvent/TrackContainer.h"
#include "xAODCore/AuxContainerBase.h"
#include "xAODTracking/TrackParticleFwd.h"
#include <any>
#include "Acts/EventData/BoundTrackParameters.hpp"
Include dependency graph for Decoration.h:

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
 Hash functions to pack the source link into unordered_maps / unordered_sets.

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)
std::optional< ActsTrk::TrackContainer::ConstTrackProxy > ActsTrk::getActsTrack (const xAOD::TrackParticle &trkPart)
 Return the proxy to the Acts track from which the track particle was made frome.
std::optional< ActsTrk::TrackContainer::ConstTrackStateProxy > ActsTrk::lastMeasurementState (const xAOD::TrackParticle &trkPart, const bool skipOutlier=true)
 Returns the track state proxy corresponding to the last measurement on track.
std::optional< ActsTrk::TrackContainer::ConstTrackStateProxy > ActsTrk::firstMeasurementState (const xAOD::TrackParticle &trkPart, const bool skipOutlier=true)
 Returns the track state proxy corresponding to the measurement that is closest to the defining track parameter.
std::optional< Acts::BoundTrackParameters > ActsTrk::lastTrackParameters (const xAOD::TrackParticle &trkPart, const bool skipOutlier=true)
 Returns the last MeasurementState in form of Acts::BoundTrackParameters.
std::optional< Acts::BoundTrackParameters > ActsTrk::firstTrackParameters (const xAOD::TrackParticle &trkPart, const bool skipOutlier=true)
 Returns the first MeasurementState in form of Acts::BoundTrackParameters.