|
| 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< Decoration > | ActsTrk::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.
|