5#ifndef ACTSTRKPRIVTXFINDERTOOL_ITERATIVEPRIVTXFINDERTOOL_H
6#define ACTSTRKPRIVTXFINDERTOOL_ITERATIVEPRIVTXFINDERTOOL_H
20#include "Acts/Propagator/Propagator.hpp"
30#include "Acts/Propagator/EigenStepper.hpp"
31#include "Acts/Propagator/Propagator.hpp"
32#include "Acts/Propagator/Navigator.hpp"
33#include "Acts/Surfaces/PerigeeSurface.hpp"
34#include "Acts/Definitions/Units.hpp"
35#include "Acts/Utilities/Helpers.hpp"
36#include "Acts/Vertexing/IterativeVertexFinder.hpp"
37#include "Acts/Vertexing/FullBilloirVertexFitter.hpp"
38#include "Acts/Vertexing/HelicalTrackLinearizer.hpp"
39#include "Acts/Vertexing/TrackDensityVertexFinder.hpp"
40#include "Acts/Vertexing/TrackAtVertex.hpp"
41#include "Acts/Vertexing/Vertex.hpp"
42#include "Acts/Vertexing/ImpactPointEstimator.hpp"
43#include "Acts/Utilities/Logger.hpp"
72 return input.template as<TrackWrapper>()->parameters();
86 using base_class::base_class;
88 virtual std::pair<xAOD::VertexContainer*, xAOD::VertexAuxContainer*>
91 virtual std::pair<xAOD::VertexContainer*, xAOD::VertexAuxContainer*>
98 std::unique_ptr<const Acts::Logger>
m_logger {
nullptr};
101 std::pair<xAOD::VertexContainer*, xAOD::VertexAuxContainer*>
102 findVertex(
const EventContext& ctx,
const std::vector<std::unique_ptr<Trk::ITrackLink>>& trackVector)
const;
105 const Acts::BoundTrackParameters& bound,
const Acts::Vector3& surfCenter)
const;
107 using Propagator = Acts::Propagator<Acts::EigenStepper<>, Acts::Navigator>;
114 std::shared_ptr<ATLASMagneticFieldWrapper>
m_bField =
nullptr;
123 ToolHandle<InDet::IInDetTrackSelectionTool>
m_trkFilter{
this,
"TrackSelector",
"",
"InDetTrackSelectionTool"};
136 UnsignedIntegerProperty
m_maxVertices{
this,
"maxVertices", 50,
"Max number of vertices"};
140 BooleanProperty
m_doMaxTracksCut{
this,
"doMaxTracksCut",
false,
"Whether use max. tracks cut or not"};
141 UnsignedIntegerProperty
m_maxTracks{
this,
"maxTracks", 5000,
"Max. number of tracks to use for vertex finding"};
DataVector< Trk::Track > TrackCollection
This typedef represents a collection of Trk::Track objects.
Utility class to handle the three contexts neeeded in an ACTS reconstruction job 1) GeometryContext -...
An abstract class which is meant to represent an element link to the Trk::Track or Trk::TrackParticle...
The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout ge...
This class is not to needed in AthSimulation.
ParametersT< TrackParametersDim, Charged, PerigeeSurface > Perigee
TrackParticleContainer_v1 TrackParticleContainer
Definition of the current "TrackParticle container version".