![]() |
ATLAS Offline Software
|
Interface for a tool that converts a single Acts track proxy into an xAOD::TrackParticle. More...
#include <ITrackToTrackParticleCnvTool.h>
Public Member Functions | |
| DeclareInterfaceID (ITrackToTrackParticleCnvTool, 1, 0) | |
| virtual StatusCode | convert (xAOD::TrackParticle &trackParticle, const EventContext &ctx, const ActsTrk::TrackContainer::ConstTrackProxy &track, const Acts::PerigeeSurface *perigeeSurface=nullptr, const InDet::BeamSpotData *beamspotData=nullptr) const =0 |
| Convert a single Acts track proxy into an xAOD::TrackParticle. | |
Interface for a tool that converts a single Acts track proxy into an xAOD::TrackParticle.
The tool fills defining parameters, covariance, fit quality, hit summaries, expected layer patterns, and track state parameters/covariances on the provided TrackParticle object.
Definition at line 25 of file ITrackToTrackParticleCnvTool.h.
|
pure virtual |
Convert a single Acts track proxy into an xAOD::TrackParticle.
| trackParticle | the output TrackParticle to populate (must already be registered in a container) |
| ctx | the current Athena EventContext |
| track | the track proxy to convert |
| perigeeSurface | if non-null, extrapolate defining parameters to this surface; if null, use the track's reference surface as-is (DontRecalculate mode) |
| beamspotData | if non-null, decorate beam tilt information on the particle |
| ActsTrk::ITrackToTrackParticleCnvTool::DeclareInterfaceID | ( | ITrackToTrackParticleCnvTool | , |
| 1 | , | ||
| 0 | ) |