5#ifndef ACTSCALIBRATORS_SOURCELINKHASH_H
6#define ACTSCALIBRATORS_SOURCELINKHASH_H
10#include "Acts/EventData/SourceLink.hpp"
Hash functions to pack the source link into unordered_maps / unordered_sets.
bool sourceLinkEquality(const Acts::SourceLink &a, const Acts::SourceLink &b)
Returns whether two source links are equal.
std::size_t sourceLinkHash(const Acts::SourceLink &sl)
Calculates the source link hash which is evaluated to be the identifier of the underlying sourcelink.