Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AdaptiveMultiVertexFinderTests.cpp File Reference
#include <boost/test/data/test_case.hpp>
#include <boost/test/tools/output_test_stream.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Definitions/Direction.hpp"
#include "Acts/Definitions/TrackParametrization.hpp"
#include "Acts/Definitions/Units.hpp"
#include "Acts/EventData/GenericBoundTrackParameters.hpp"
#include "Acts/EventData/TrackParameters.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Geometry/GeometryIdentifier.hpp"
#include "Acts/MagneticField/ConstantBField.hpp"
#include "Acts/MagneticField/MagneticFieldContext.hpp"
#include "Acts/Propagator/EigenStepper.hpp"
#include "Acts/Propagator/Propagator.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/AnnealingUtility.hpp"
#include "Acts/Utilities/Helpers.hpp"
#include "Acts/Utilities/Result.hpp"
#include "Acts/Vertexing/AdaptiveGridDensityVertexFinder.hpp"
#include "Acts/Vertexing/AdaptiveMultiVertexFinder.hpp"
#include "Acts/Vertexing/AdaptiveMultiVertexFitter.hpp"
#include "Acts/Vertexing/GaussianTrackDensity.hpp"
#include "Acts/Vertexing/GridDensityVertexFinder.hpp"
#include "Acts/Vertexing/HelicalTrackLinearizer.hpp"
#include "Acts/Vertexing/ImpactPointEstimator.hpp"
#include "Acts/Vertexing/TrackAtVertex.hpp"
#include "Acts/Vertexing/TrackDensityVertexFinder.hpp"
#include "Acts/Vertexing/Vertex.hpp"
#include "Acts/Vertexing/VertexingOptions.hpp"
#include <algorithm>
#include <array>
#include <chrono>
#include <cmath>
#include <functional>
#include <iostream>
#include <map>
#include <memory>
#include <string>
#include <system_error>
#include <tuple>
#include <utility>
#include <vector>
#include "VertexingDataHelper.hpp"
+ Include dependency graph for AdaptiveMultiVertexFinderTests.cpp:

Go to the source code of this file.

Classes

struct  Acts::Test::InputTrack
 

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 
namespace  Acts::Test
 

Typedefs

using Acts::Test::Propagator = Acts::Propagator< EigenStepper<>>
 
using Acts::Test::Linearizer = HelicalTrackLinearizer< Propagator >
 

Functions

 Acts::Test::BOOST_AUTO_TEST_CASE (adaptive_multi_vertex_finder_test)
 AMVF test with Gaussian seed finder.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (adaptive_multi_vertex_finder_usertype_test)
 AMVF test with user-defined input track type.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (adaptive_multi_vertex_finder_grid_seed_finder_test)
 AMVF test with grid seed finder.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (adaptive_multi_vertex_finder_adaptive_grid_seed_finder_test)
 AMVF test with adaptive grid seed finder.
 

Variables

GeometryContext Acts::Test::geoContext = GeometryContext()
 
MagneticFieldContext Acts::Test::magFieldContext = MagneticFieldContext()
 
const std::string Acts::Test::toolString = "AMVF"