ATLAS Offline Software
|
#include <IVertexFittingTool.h>
Public Member Functions | |
DeclareInterfaceID (Prompt::IVertexFittingTool, 1, 0) | |
virtual std::unique_ptr< xAOD::Vertex > | fitVertexWithPrimarySeed (const FittingInput &input, const std::vector< const xAOD::TrackParticle * > &tracks, VtxType vtx)=0 |
virtual std::unique_ptr< xAOD::Vertex > | fitVertexWithSeed (const FittingInput &input, const std::vector< const xAOD::TrackParticle * > &tracks, const Amg::Vector3D &seed, VtxType vtxType)=0 |
virtual bool | isValidVertex (const xAOD::Vertex *vtx) const =0 |
Definition at line 80 of file IVertexFittingTool.h.
Prompt::IVertexFittingTool::DeclareInterfaceID | ( | Prompt::IVertexFittingTool | , |
1 | , | ||
0 | |||
) |
|
pure virtual |
Implemented in Prompt::VertexFittingTool.
|
pure virtual |
Implemented in Prompt::VertexFittingTool.
|
pure virtual |
Implemented in Prompt::VertexFittingTool.