![]() |
ATLAS Offline Software
|
#include "Acts/Utilities/HashedString.hpp"#include "ActsEvent/Decoration.h"#include "xAODTracking/TrackParticle.h"Go to the source code of this file.
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. | |
Functions | |
| 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. | |
| template<typename T> | |
| bool | ActsTrk::detail::build (const std::type_info *typeInfo, const std::string &name, std::vector< Decoration > &decorations) |
| std::vector< Decoration > | ActsTrk::detail::restoreDecorations (const SG::IConstAuxStore *container, const std::set< std::string > &staticVariables) |