![]() |
ATLAS Offline Software
|
#include "ActsEvent/TrackContainer.h"#include "InDetReadoutGeometry/SiDetectorElementCollection.h"#include "InDetReadoutGeometry/SiDetectorElement.h"#include "InDetIdentifier/PixelID.h"#include "InDetIdentifier/SCT_ID.h"#include <vector>#include <cmath>#include <array>#include <tuple>#include <type_traits>Go to the source code of this file.
Classes | |
| class | ActsTrk::detail::HitSummaryData |
| Helper class to gather hit summary information for e.g. More... | |
| class | ActsTrk::detail::SumOfValues |
| Helper class to gather statistics and compute the biased variance. More... | |
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. | |
Enumerations | |
| enum class | ActsTrk::detail::HitCategory : std::uint8_t { ActsTrk::detail::DeadSensor , ActsTrk::detail::Hole , ActsTrk::detail::N } |
Functions | |
| void | ActsTrk::detail::gatherTrackSummaryData (const typename ActsTrk::TrackContainer::ConstTrackProxy &track, const std::array< unsigned short, Acts::toUnderlying(xAOD::UncalibMeasType::nTypes)> &measurement_to_summary_type, SumOfValues &chi2_stat_out, HitSummaryData &hit_info_out, std::vector< ActsTrk::TrackStateBackend::ConstTrackStateProxy::IndexType > ¶m_state_idx_out, std::array< std::array< uint8_t, Acts::toUnderlying(HitCategory::N)>, Acts::toUnderlying(xAOD::UncalibMeasType::nTypes)> &special_hit_counts_out) |
| Helper to gather track summary information from the track states of the specified track. | |