Skip to content

Commit

Permalink
fix: rm unused options in IterativeVertexFinder.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Jan 15, 2025
1 parent fddfc5f commit 37f74cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/algorithms/tracking/IterativeVertexFinder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ std::unique_ptr<edm4eic::VertexCollection> eicrecon::IterativeVertexFinder::prod
auto outputVertices = std::make_unique<edm4eic::VertexCollection>();

using Propagator = Acts::Propagator<Acts::EigenStepper<>>;
using PropagatorOptions = Acts::PropagatorOptions<>;
#if Acts_VERSION_MAJOR >= 33
using Linearizer = Acts::HelicalTrackLinearizer;
using VertexFitter = Acts::FullBilloirVertexFitter;
Expand Down Expand Up @@ -102,7 +101,6 @@ std::unique_ptr<edm4eic::VertexCollection> eicrecon::IterativeVertexFinder::prod
auto propagator = std::make_shared<Propagator>(
stepper, Acts::detail::VoidNavigator{}, logger().cloneWithSuffix("Prop"));
#endif
Acts::PropagatorOptions opts(m_geoctx, m_fieldctx);

// Setup the track linearizer
#if Acts_VERSION_MAJOR >= 33
Expand Down

0 comments on commit 37f74cd

Please sign in to comment.