|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
    5 #ifndef JETFITTER_TWOTRACKVTX_FINDER_TOOL_H 
    6 #define JETFITTER_TWOTRACKVTX_FINDER_TOOL_H 1 
    9 #include "GaudiKernel/ToolHandle.h" 
   17     static const InterfaceID IID_JetFitterTwoTrackVtxFinderTool(
"JetFitterTwoTrackVtxFinderTool", 1, 0);
 
   23       return IID_JetFitterTwoTrackVtxFinderTool;
 
   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.,
""};
 
  
Helper class to provide type-safe access to aux data.
::StatusCode StatusCode
StatusCode definition for legacy code.
Class describing a Vertex.