EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/data/test_case.hpp>
#include <boost/test/tools/output_test_stream.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/MagneticField/ConstantBField.hpp"
#include "Acts/Propagator/EigenStepper.hpp"
#include "Acts/Propagator/Propagator.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/Definitions.hpp"
#include "Acts/Utilities/Units.hpp"
#include "Acts/Vertexing/AdaptiveMultiVertexFinder.hpp"
#include "Acts/Vertexing/AdaptiveMultiVertexFitter.hpp"
#include "Acts/Vertexing/GridDensityVertexFinder.hpp"
#include "Acts/Vertexing/HelicalTrackLinearizer.hpp"
#include "Acts/Vertexing/ImpactPointEstimator.hpp"
#include "Acts/Vertexing/TrackDensityVertexFinder.hpp"
#include "Acts/Vertexing/Vertex.hpp"
#include <chrono>
#include "VertexingDataHelper.hpp"
Go to the source code of this file.
Classes | |
struct | Acts::Test::InputTrack |
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
namespace | Acts::Test |
Namespace for ATS unit tests. | |
Typedefs | |
using | Acts::Test::Propagator = Propagator< EigenStepper< ConstantBField >> |
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. | |
Variables | |
GeometryContext | Acts::Test::geoContext = GeometryContext() |
MagneticFieldContext | Acts::Test::magFieldContext = MagneticFieldContext() |
const std::string | Acts::Test::toolString = "AMVF" |