16#ifndef TrkToLeptonPVTool_H
17#define TrkToLeptonPVTool_H
22#include "GaudiKernel/ToolHandle.h"
23#include "GaudiKernel/ServiceHandle.h"
39 virtual StatusCode
finalize()
override;
43 virtual std::unique_ptr<xAOD::Vertex>
npartVertex(
const std::vector<const xAOD::TrackParticle*>&,
const xAOD::EventInfo * =0)
const override final;
51 ToolHandle< Trk::IVertexFitter >
m_fitterSvc{
this,
"VertexFitter",
"Trk::TrkVKalVrtFitter/VertexFitterTool",
"Vertex Fitter tool instance"};
Interaface class for xAOD/DAOD tools to match a track to a vertex assumed to be a Primary Vertex.
EventInfo_v1 EventInfo
Definition of the latest event info version.
TrackParticle_v1 TrackParticle
Reference the current persistent version:
Vertex_v1 Vertex
Define the latest version of the vertex class.