Skip to content

Commit

Permalink
Revert "fix: iwyu"
Browse files Browse the repository at this point in the history
This reverts commit 6a17e74.
  • Loading branch information
wdconinc committed Jan 17, 2025
1 parent 6a17e74 commit 7a2dc33
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions src/algorithms/tracking/IterativeVertexFinder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,18 @@

#include "IterativeVertexFinder.h"

#include <Acts/Definitions/Common.hpp>
#include <Acts/Definitions/Direction.hpp>
#include <Acts/Definitions/TrackParametrization.hpp>
#include <Acts/Definitions/Units.hpp>
#include <Acts/EventData/GenericBoundTrackParameters.hpp>
#include <Acts/MagneticField/MagneticFieldProvider.hpp>
#include <Acts/EventData/GenericParticleHypothesis.hpp>
#include <Acts/EventData/ParticleHypothesis.hpp>
#include <Acts/EventData/TrackParameters.hpp>
#include <Acts/Propagator/EigenStepper.hpp>
#include <Acts/Propagator/Propagator.hpp>
#include <Acts/Utilities/Delegate.hpp>
#include <Acts/Vertexing/IVertexFinder.hpp>
#include <Acts/Vertexing/LinearizedTrack.hpp>
#include <ActsExamples/EventData/Track.hpp>
#include <boost/move/utility_core.hpp>
#include <edm4eic/Track.h>
#include <fmt/core.h>
#include <podio/RelationRange.h>
Expand All @@ -24,6 +26,7 @@
#endif
#include <Acts/Utilities/Logger.hpp>
#include <Acts/Utilities/Result.hpp>
#include <Acts/Utilities/VectorHelpers.hpp>
#include <Acts/Vertexing/FullBilloirVertexFitter.hpp>
#include <Acts/Vertexing/HelicalTrackLinearizer.hpp>
#include <Acts/Vertexing/ImpactPointEstimator.hpp>
Expand All @@ -33,14 +36,20 @@
#include <Acts/Vertexing/VertexingOptions.hpp>
#include <Acts/Vertexing/ZScanVertexFinder.hpp>
#include <ActsExamples/EventData/Trajectories.hpp>
#include <boost/container/vector.hpp>
#include <edm4eic/Cov4f.h>
#include <edm4eic/ReconstructedParticleCollection.h>
#include <edm4eic/TrackParameters.h>
#include <edm4eic/Trajectory.h>
#include <edm4eic/unit_system.h>
#include <edm4hep/Vector2f.h>
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <Eigen/LU>
#include <algorithm>
#include <cmath>
#include <optional>
#include <tuple>
#include <utility>

#include "extensions/spdlog/SpdlogToActs.h"
Expand Down

0 comments on commit 7a2dc33

Please sign in to comment.