5#ifndef JETFITTER_TWOTRACKVTX_FINDER_TOOL_H
6#define JETFITTER_TWOTRACKVTX_FINDER_TOOL_H 1
9#include "GaudiKernel/ToolHandle.h"
33 const TLorentzVector&,
34 std::vector< const Trk::ITrackLink* >& )
const;
39 const TLorentzVector&,
44 ToolHandle< Trk::IVertexSeedFinder >
m_CrossDistancesSeedFinder {
this,
"CrossDistancesSeedFinder",
"Trk::CrossDistancesSeedFinder/CrossDistancesSeedFinder",
""};
45 ToolHandle< Trk::IVertexFitter >
m_SequentialVertexFitter {
this,
"SequentialVertexFitter",
"Trk::SequentialVertexFitter/SequentialVertexFitter",
""};
49 Gaudi::Property< double >
m_maxR {
this,
"ID_maxR",1150.,
""};
50 Gaudi::Property< double >
m_maxZ {
this,
"ID_maxZ",2727.,
""};
SG::Decorator< T, ALLOC > Decorator
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.