Juggler
Juggling algorithms and event processing using gaudi framework
|
Go to the documentation of this file.
14 #include "Acts/EventData/SourceLink.hpp"
15 #include "Acts/Surfaces/Surface.hpp"
30 class IndexSourceLink final :
public Acts::SourceLink {
51 return (lhs.geometryId() == rhs.geometryId()) and (lhs.m_index == rhs.m_index);
61 GeometryIdMultiset<std::reference_wrapper<const IndexSourceLink>>;
68 GeometryIdMultisetAccessor<std::reference_wrapper<const IndexSourceLink>>;
constexpr IndexSourceLink(Acts::GeometryIdentifier gid, Index idx)
Construct from geometry identifier and index.
Definition: IndexSourceLink.hpp:33
IndexSourceLink()
satisfy SourceLinkConcept.
Definition: IndexSourceLink.hpp:37
uint32_t Index
Definition: Index.hpp:21
GeometryIdMultisetAccessor< IndexSourceLink > IndexSourceLinkAccessor
Accessor for the above source link container.
Definition: IndexSourceLink.hpp:66
IndexSourceLink & operator=(const IndexSourceLink &)=default
constexpr friend bool operator!=(const IndexSourceLink &lhs, const IndexSourceLink &rhs)
Definition: IndexSourceLink.hpp:53
Definition: SourceLinks.h:27
IndexSourceLink(IndexSourceLink &&)=default
constexpr friend bool operator==(const IndexSourceLink &lhs, const IndexSourceLink &rhs)
Definition: IndexSourceLink.hpp:49
IndexSourceLink(const IndexSourceLink &)=default
constexpr Index index() const
Access the index.
Definition: IndexSourceLink.hpp:44
Definition: DD4hepBField.h:22
Index m_index
Definition: IndexSourceLink.hpp:47
Definition: IndexSourceLink.hpp:27
GeometryIdMultiset< IndexSourceLink > IndexSourceLinkContainer
Definition: IndexSourceLink.hpp:60
IndexSourceLink & operator=(IndexSourceLink &&)=default