Analysis Software
Documentation for sPHENIX simulation software
|
Source link to connect digitization clusters back to truth information. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Digitization/DigitizationSourceLink.hpp>
Public Member Functions | |
DigitizationSourceLink (GeometryIdentifier gid, std::vector< std::size_t > indices={}) | |
DigitizationSourceLink ()=default | |
DigitizationSourceLink (const DigitizationSourceLink &)=default | |
DigitizationSourceLink (DigitizationSourceLink &&)=default | |
DigitizationSourceLink & | operator= (const DigitizationSourceLink &)=default |
DigitizationSourceLink & | operator= (DigitizationSourceLink &&)=default |
const std::vector< std::size_t > & | indices () const |
Access all associated truth indices. | |
GeometryIdentifier | geometryId () const |
Private Attributes | |
GeometryIdentifier | m_geometryId |
std::vector< std::size_t > | m_indices |
Associated truth indices. | |
Source link to connect digitization clusters back to truth information.
Definition at line 19 of file DigitizationSourceLink.hpp.
View newest version in sPHENIX GitHub at line 19 of file DigitizationSourceLink.hpp
|
inline |
Constructor from geometry identifier and truth indices.
gid | is the geometry identifier |
indices | are the truth indices |
Definition at line 25 of file DigitizationSourceLink.hpp.
View newest version in sPHENIX GitHub at line 25 of file DigitizationSourceLink.hpp
|
default |
Construct and invalid source link. Must be default constructible to satisfy SourceLinkConcept.
|
default |
|
default |
|
inline |
Definition at line 40 of file DigitizationSourceLink.hpp.
View newest version in sPHENIX GitHub at line 40 of file DigitizationSourceLink.hpp
References m_geometryId.
Referenced by Acts::operator==().
|
inline |
Access all associated truth indices.
Definition at line 38 of file DigitizationSourceLink.hpp.
View newest version in sPHENIX GitHub at line 38 of file DigitizationSourceLink.hpp
References m_indices.
Referenced by Acts::operator==().
|
default |
|
default |
|
private |
Definition at line 43 of file DigitizationSourceLink.hpp.
View newest version in sPHENIX GitHub at line 43 of file DigitizationSourceLink.hpp
Referenced by geometryId().
|
private |
Associated truth indices.
Definition at line 45 of file DigitizationSourceLink.hpp.
View newest version in sPHENIX GitHub at line 45 of file DigitizationSourceLink.hpp
Referenced by indices().