ATLAS Offline Software
Loading...
Searching...
No Matches
SourceLinkHash.h File Reference
#include "GeoPrimitives/GeoPrimitives.h"
#include "Acts/EventData/SourceLink.hpp"
Include dependency graph for SourceLinkHash.h:
This graph shows which files directly or indirectly include this file:

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::size_t ActsTrk::detail::sourceLinkHash (const Acts::SourceLink &sl)
 Calculates the source link hash which is evaluated to be the identifier of the underlying sourcelink.
bool ActsTrk::detail::sourceLinkEquality (const Acts::SourceLink &a, const Acts::SourceLink &b)
 Returns whether two source links are equal.