![]() |
ECCE @ EIC Software
Reference for
ECCE @ 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/EventData/TrackParameters.hpp"#include "Acts/MagneticField/ConstantBField.hpp"#include "Acts/Propagator/EigenStepper.hpp"#include "Acts/Propagator/Propagator.hpp"#include "Acts/Surfaces/PerigeeSurface.hpp"#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"#include "Acts/Utilities/Definitions.hpp"#include "Acts/Utilities/Units.hpp"#include "Acts/Vertexing/FsmwMode1dFinder.hpp"#include "Acts/Vertexing/FullBilloirVertexFitter.hpp"#include "Acts/Vertexing/HelicalTrackLinearizer.hpp"#include "Acts/Vertexing/ImpactPointEstimator.hpp"#include "Acts/Vertexing/IterativeVertexFinder.hpp"#include "Acts/Vertexing/Vertex.hpp"#include "Acts/Vertexing/VertexFinderConcept.hpp"
Include dependency graph for IterativeVertexFinderTests.cpp: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. | |
Functions | |
| std::uniform_real_distribution | Acts::Test::vXYDist (-0.1_mm, 0.1_mm) |
| std::uniform_real_distribution | Acts::Test::vZDist (-20_mm, 20_mm) |
| std::uniform_real_distribution | Acts::Test::d0Dist (-0.01_mm, 0.01_mm) |
| std::uniform_real_distribution | Acts::Test::z0Dist (-0.2_mm, 0.2_mm) |
| std::uniform_real_distribution | Acts::Test::pTDist (0.4_GeV, 10_GeV) |
| std::uniform_real_distribution | Acts::Test::phiDist (-M_PI, M_PI) |
| std::uniform_real_distribution | Acts::Test::thetaDist (1.0, M_PI-1.0) |
| std::uniform_real_distribution | Acts::Test::qDist (-1, 1) |
| std::uniform_real_distribution | Acts::Test::resIPDist (0., 100_um) |
| std::uniform_real_distribution | Acts::Test::resAngDist (0., 0.1) |
| std::uniform_real_distribution | Acts::Test::resQoPDist (-0.1, 0.1) |
| std::uniform_int_distribution | Acts::Test::nVertexDist (1, 6) |
| std::uniform_int_distribution | Acts::Test::nTracksDist (5, 15) |
| Acts::Test::BOOST_AUTO_TEST_CASE (iterative_finder_test) | |
| Unit test for IterativeVertexFinder for BoundParameters. | |
| Acts::Test::BOOST_AUTO_TEST_CASE (iterative_finder_test_user_track_type) | |
| Unit test for IterativeVertexFinder for user defined InputTrack track type. | |