5#ifndef JETFITTER_TWOTRACKVTX_FINDER_TOOL_H
6#define JETFITTER_TWOTRACKVTX_FINDER_TOOL_H 1
9#include "GaudiKernel/ToolHandle.h"
34 const TLorentzVector&,
35 std::vector< const Trk::ITrackLink* >& )
const;
41 const TLorentzVector&,
46 ToolHandle< Trk::IVertexSeedFinder >
m_CrossDistancesSeedFinder {
this,
"CrossDistancesSeedFinder",
"Trk::CrossDistancesSeedFinder/CrossDistancesSeedFinder",
""};
47 ToolHandle< Trk::IVertexFitter >
m_SequentialVertexFitter {
this,
"SequentialVertexFitter",
"Trk::SequentialVertexFitter/SequentialVertexFitter",
""};
51 Gaudi::Property< double >
m_maxR {
this,
"ID_maxR",1150.,
""};
52 Gaudi::Property< double >
m_maxZ {
this,
"ID_maxZ",2727.,
""};
An abstract class which is meant to represent an element link to the Trk::Track or Trk::TrackParticle...
static const InterfaceID IID_JetFitterTwoTrackVtxFinderTool("JetFitterTwoTrackVtxFinderTool", 1, 0)
Vertex_v1 Vertex
Define the latest version of the vertex class.