![]() |
ATLAS Offline Software
|
Interface class for vertex fitting AlgTools, for more detailed information, take a look at the header file of the actual implementation file. More...
#include <IVertexFitter.h>
Public Member Functions | |
| DeclareInterfaceID (IVertexFitter, 1, 0) | |
| virtual | ~IVertexFitter ()=default |
| Virtual destructor. | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const xAOD::TrackParticle * > &vectorTrk, const Amg::Vector3D &startingPoint) const =0 |
| Interface for xAOD::TrackParticle with starting point Event Context aware interface. | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const xAOD::TrackParticle * > &vectorTrk, const std::vector< const xAOD::NeutralParticle * > &vectorNeu, const Amg::Vector3D &startingPoint) const =0 |
| Interface for xAOD::TrackParticle and xAOD::NeutralParticle with starting point. | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const xAOD::TrackParticle * > &vectorTrk, const std::vector< const xAOD::NeutralParticle * > &vectorNeu, const xAOD::Vertex &constraint) const =0 |
| Interface for xAOD::TrackParticle and xAOD::NeutralParticle with vertex constraint the position of the constraint is ALWAYS the starting point Event Context aware method. | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const xAOD::TrackParticle * > &vectorTrk, const xAOD::Vertex &constraint) const =0 |
| Interface for xAOD::TrackParticle with vertex constraint the position of the constraint is ALWAYS the starting point Event Context aware method. | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const Trk::TrackParameters * > &perigeeList, const std::vector< const Trk::NeutralParameters * > &neutralPerigeeList, const Amg::Vector3D &startingPoint) const =0 |
| Interface for TrackParameters and NeutralParameters with starting point Event Context aware method. | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const Trk::TrackParameters * > &perigeeList, const Amg::Vector3D &startingPoint) const =0 |
| Interface for TrackParameters with starting point Event Context aware method. | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const Trk::TrackParameters * > &perigeeList, const std::vector< const Trk::NeutralParameters * > &neutralPerigeeList, const xAOD::Vertex &constraint) const =0 |
| Interface for TrackParameters and NeutralParameters with vertex constraint the position of the constraint is ALWAYS the starting point EventContext aware method. | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const Trk::TrackParameters * > &perigeeList, const xAOD::Vertex &constraint) const =0 |
| Interface for TrackParameters with vertex constraint the position of the constraint is ALWAYS the starting point EventContext aware method. | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const Trk::TrackParameters * > &perigeeList, const std::vector< const Trk::NeutralParameters * > &neutralPerigeeList) const =0 |
| Fit method using the VertexSeedFinder to estimate initial position of the vertex and taking it as a first linearization point (in iterative fitters). | |
| virtual std::unique_ptr< xAOD::Vertex > | fit (const EventContext &ctx, const std::vector< const Trk::TrackParameters * > &perigeeList) const =0 |
| Fit method using the VertexSeedFinder to estimate initial position of the vertex and taking it as a first linearization point (in iterative fitters). | |
Interface class for vertex fitting AlgTools, for more detailed information, take a look at the header file of the actual implementation file.
In general, the vertex fitters is an AlgTool, taking a list of tracks or their parameters as an argument and returning a vertex candidate.
Modification for the use of VertexSeedFinders (algorithms providing initial point of linearization); February 2006
Changes:
David Shope david.nosp@m..ric.nosp@m.hard..nosp@m.shop.nosp@m.e@cer.nosp@m.n.ch (2016-04-19)
EDM Migration to xAOD - from Trk::VxCandidate to xAOD::Vertex, from Trk::RecVertex to xAOD::Vertex, from Trk::Vertex to Amg::Vector3D
Changes for Athena MT RD Schaffer, C Anastopoulos
Definition at line 54 of file IVertexFitter.h.
|
virtualdefault |
Virtual destructor.
| Trk::IVertexFitter::DeclareInterfaceID | ( | IVertexFitter | , |
| 1 | , | ||
| 0 | ) |
|
pure virtual |
Fit method using the VertexSeedFinder to estimate initial position of the vertex and taking it as a first linearization point (in iterative fitters).
EventContext aware method.
|
pure virtual |
Interface for TrackParameters with starting point Event Context aware method.
|
pure virtual |
Fit method using the VertexSeedFinder to estimate initial position of the vertex and taking it as a first linearization point (in iterative fitters).
EventContext aware method.
|
pure virtual |
Interface for TrackParameters and NeutralParameters with starting point Event Context aware method.
|
pure virtual |
Interface for TrackParameters and NeutralParameters with vertex constraint the position of the constraint is ALWAYS the starting point EventContext aware method.
|
pure virtual |
Interface for TrackParameters with vertex constraint the position of the constraint is ALWAYS the starting point EventContext aware method.
|
pure virtual |
Interface for xAOD::TrackParticle with starting point Event Context aware interface.
|
pure virtual |
Interface for xAOD::TrackParticle and xAOD::NeutralParticle with starting point.
Event Context aware method
|
pure virtual |
Interface for xAOD::TrackParticle and xAOD::NeutralParticle with vertex constraint the position of the constraint is ALWAYS the starting point Event Context aware method.
|
pure virtual |
Interface for xAOD::TrackParticle with vertex constraint the position of the constraint is ALWAYS the starting point Event Context aware method.