ATLAS Offline Software
Loading...
Searching...
No Matches
Reco::ITrackToVertex Class Referenceabstract

Interface class for the TrackToVertex AlgTool, for more detailed information, take a look at the header file of the actual implementation file. More...

#include <ITrackToVertex.h>

Inheritance diagram for Reco::ITrackToVertex:
Collaboration diagram for Reco::ITrackToVertex:

Public Member Functions

virtual ~ITrackToVertex ()=default
 Virtual destructor.
virtual std::unique_ptr< Trk::StraightLineSurfaceGetBeamLine (const InDet::BeamSpotData *) const =0
 Use this for MT Coding.
virtual std::unique_ptr< Trk::PerigeeperigeeAtVertex (const EventContext &ctx, const xAOD::TrackParticle &tp, const Amg::Vector3D &gp) const =0
 Interface method for use with xAOD::Trackparticle and given vertex position.
virtual std::unique_ptr< Trk::PerigeeperigeeAtVertex (const EventContext &ctx, const xAOD::TrackParticle &tp) const =0
 Interface method for use with TrackParticle and default primary vertex from TrackParticle.
virtual std::unique_ptr< Trk::PerigeeperigeeAtVertex (const EventContext &ctx, const Trk::Track &trk, const Amg::Vector3D &gp) const =0
 Interface method for use with Track and given vertex position.
virtual std::unique_ptr< Trk::PerigeeperigeeAtBeamline (const EventContext &ctx, const Trk::Track &trk, const InDet::BeamSpotData *beamSpotData) const =0
 Interface method for use with Track and the beamline.
virtual std::unique_ptr< Trk::TrackParameterstrackAtBeamline (const EventContext &ctx, const xAOD::TrackParticle &tp, const InDet::BeamSpotData *) const =0
 Interface method for use with TrackParticle and the beamline.
virtual std::unique_ptr< Trk::TrackParameterstrackAtBeamline (const EventContext &ctx, const Trk::Track &trk, const Trk::StraightLineSurface *) const =0
 Interface method for use with Track and the beamline.
virtual std::unique_ptr< Trk::TrackParameterstrackAtBeamline (const EventContext &ctx, const Trk::TrackParameters &tpars, const Trk::StraightLineSurface *) const =0
 Interface method for use with Track and the beamline from the BeamSpotSvc - TrackParameters.

Static Public Member Functions

static const InterfaceID & interfaceID ()
 AlgTool interface methods.

Detailed Description

Interface class for the TrackToVertex AlgTool, for more detailed information, take a look at the header file of the actual implementation file.

Author
Andre.nosp@m.as.S.nosp@m.alzbu.nosp@m.rger.nosp@m.@cern.nosp@m..ch, Fredr.nosp@m.ik.A.nosp@m.kesso.nosp@m.n@ce.nosp@m.rn.ch

Definition at line 46 of file ITrackToVertex.h.

Constructor & Destructor Documentation

◆ ~ITrackToVertex()

virtual Reco::ITrackToVertex::~ITrackToVertex ( )
virtualdefault

Virtual destructor.

Member Function Documentation

◆ GetBeamLine()

virtual std::unique_ptr< Trk::StraightLineSurface > Reco::ITrackToVertex::GetBeamLine ( const InDet::BeamSpotData * ) const
pure virtual

Use this for MT Coding.

◆ interfaceID()

const InterfaceID & Reco::ITrackToVertex::interfaceID ( )
inlinestatic

AlgTool interface methods.

Definition at line 53 of file ITrackToVertex.h.

53{ return IID_ITrackToVertex; };
static const InterfaceID IID_ITrackToVertex("ITrackToVertex", 1, 0)

◆ perigeeAtBeamline()

virtual std::unique_ptr< Trk::Perigee > Reco::ITrackToVertex::perigeeAtBeamline ( const EventContext & ctx,
const Trk::Track & trk,
const InDet::BeamSpotData * beamSpotData ) const
pure virtual

Interface method for use with Track and the beamline.

◆ perigeeAtVertex() [1/3]

virtual std::unique_ptr< Trk::Perigee > Reco::ITrackToVertex::perigeeAtVertex ( const EventContext & ctx,
const Trk::Track & trk,
const Amg::Vector3D & gp ) const
pure virtual

Interface method for use with Track and given vertex position.

◆ perigeeAtVertex() [2/3]

virtual std::unique_ptr< Trk::Perigee > Reco::ITrackToVertex::perigeeAtVertex ( const EventContext & ctx,
const xAOD::TrackParticle & tp ) const
pure virtual

Interface method for use with TrackParticle and default primary vertex from TrackParticle.

◆ perigeeAtVertex() [3/3]

virtual std::unique_ptr< Trk::Perigee > Reco::ITrackToVertex::perigeeAtVertex ( const EventContext & ctx,
const xAOD::TrackParticle & tp,
const Amg::Vector3D & gp ) const
pure virtual

Interface method for use with xAOD::Trackparticle and given vertex position.

◆ trackAtBeamline() [1/3]

virtual std::unique_ptr< Trk::TrackParameters > Reco::ITrackToVertex::trackAtBeamline ( const EventContext & ctx,
const Trk::Track & trk,
const Trk::StraightLineSurface *  ) const
pure virtual

Interface method for use with Track and the beamline.

◆ trackAtBeamline() [2/3]

virtual std::unique_ptr< Trk::TrackParameters > Reco::ITrackToVertex::trackAtBeamline ( const EventContext & ctx,
const Trk::TrackParameters & tpars,
const Trk::StraightLineSurface *  ) const
pure virtual

Interface method for use with Track and the beamline from the BeamSpotSvc - TrackParameters.

◆ trackAtBeamline() [3/3]

virtual std::unique_ptr< Trk::TrackParameters > Reco::ITrackToVertex::trackAtBeamline ( const EventContext & ctx,
const xAOD::TrackParticle & tp,
const InDet::BeamSpotData *  ) const
pure virtual

Interface method for use with TrackParticle and the beamline.


The documentation for this class was generated from the following file: