|
ATLAS Offline Software
|
Go to the documentation of this file.
21 #ifndef INDETPRIVXFINDER_INDETPRIVXFINDER_H
22 #define INDETPRIVXFINDER_INDETPRIVXFINDER_H
24 #include "GaudiKernel/ToolHandle.h"
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"};
69 BooleanProperty
m_doVertexMerging{
this,
"doVertexMerging",
false,
"Do vertex merging"};
70 BooleanProperty
m_doVertexSorting{
this,
"doVertexSorting",
false,
"Do vertex sorting"};
71 BooleanProperty
m_useTrackParticles{
this,
"useTrackParticles",
true,
"Use track particles as input"};
BooleanProperty m_doVertexMerging
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_tracksName
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteHandleKey< xAOD::VertexContainer > m_vxCandidatesOutputName
An algorithm that can be simultaneously executed in multiple threads.
ToolHandle< IVertexFinder > m_VertexFinderTool
InDetPriVxFinder(const std::string &name, ISvcLocator *pSvcLocator)
Property holding a SG store/key/clid from which a WriteHandle is made.
BooleanProperty m_useTrackParticles
ToolHandle< Trk::IVertexMergingTool > m_VertexMergingTool
::StatusCode StatusCode
StatusCode definition for legacy code.
BooleanProperty m_doVertexSorting
void monitor_vertex(const std::string &prefix, const xAOD::Vertex &vertex) const
SG::ReadHandleKey< TrackCollection > m_trkTracksName
virtual StatusCode initialize() override
virtual StatusCode finalize() override
virtual ~InDetPriVxFinder()=default
Class describing a Vertex.
ToolHandle< GenericMonitoringTool > m_monTool
ToolHandle< Trk::IVertexCollectionSortingTool > m_VertexCollectionSortingTool