21#ifndef INDETPRIVXFINDER_INDETPRIVXFINDER_H
22#define INDETPRIVXFINDER_INDETPRIVXFINDER_H
24#include "GaudiKernel/ToolHandle.h"
52 virtual StatusCode
execute(
const EventContext& ctx)
const override;
53 virtual StatusCode
finalize()
override;
64 ToolHandle< IVertexFinder >
m_VertexFinderTool{
this,
"VertexFinderTool",
"",
"Primary vertex finder tool"};
65 ToolHandle<Trk::IVertexMergingTool >
m_VertexMergingTool{
this,
"VertexMergingTool",
"",
"Vertex merging tool"};
66 ToolHandle<Trk::IVertexCollectionSortingTool >
m_VertexCollectionSortingTool{
this,
"VertexCollectionSortingTool",
"",
"Vertex collection sorting tool"};
67 ToolHandle<GenericMonitoringTool>
m_monTool{
this,
"PriVxMonTool",
"",
"Monitoring tool"};
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode finalize() override
ToolHandle< Trk::IVertexMergingTool > m_VertexMergingTool
SG::ReadHandleKey< TrackCollection > m_trkTracksName
virtual ~InDetPriVxFinder()=default
ToolHandle< IVertexFinder > m_VertexFinderTool
BooleanProperty m_useTrackParticles
void monitor_vertex(const std::string &prefix, const xAOD::Vertex &vertex) const
virtual StatusCode execute(const EventContext &ctx) const override
InDetPriVxFinder(const std::string &name, ISvcLocator *pSvcLocator)
BooleanProperty m_doVertexSorting
ToolHandle< Trk::IVertexCollectionSortingTool > m_VertexCollectionSortingTool
ToolHandle< GenericMonitoringTool > m_monTool
virtual StatusCode initialize() override
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_tracksName
SG::WriteHandleKey< xAOD::VertexContainer > m_vxCandidatesOutputName
BooleanProperty m_doVertexMerging
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
Vertex_v1 Vertex
Define the latest version of the vertex class.