|
ACTS
Experiment-independent tracking
|
Helper interface for converting between ACTS and PODIO types. More...
#include </home/runner/work/acts/acts/Plugins/EDM4hep/include/ActsPlugins/EDM4hep/PodioUtil.hpp>
Public Member Functions | |
| virtual Acts::SourceLink | identifierToSourceLink (Identifier identifier) const =0 |
| Convert identifier to source link. | |
| virtual const Acts::Surface * | identifierToSurface (Identifier identifier) const =0 |
| Convert identifier to surface. | |
| virtual Identifier | sourceLinkToIdentifier (const Acts::SourceLink &sl)=0 |
| Convert source link to identifier. | |
| virtual std::optional< Identifier > | surfaceToIdentifier (const Acts::Surface &surface) const =0 |
| Convert surface to identifier. | |
Helper interface for converting between ACTS and PODIO types.
|
pure virtual |
Convert identifier to source link.
| identifier | The identifier to convert |
|
pure virtual |
Convert identifier to surface.
| identifier | The identifier to convert |
|
pure virtual |
Convert source link to identifier.
| sl | The source link to convert |
|
pure virtual |
Convert surface to identifier.
| surface | The surface to convert |