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/EventData/TrackParameters.hpp"
#include "Acts/Surfaces/PerigeeSurface.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/Definitions.hpp"
#include "Acts/Utilities/Helpers.hpp"
#include "Acts/Utilities/Units.hpp"
#include "Acts/Vertexing/DummyVertexFitter.hpp"
#include "Acts/Vertexing/GaussianTrackDensity.hpp"
#include "Acts/Vertexing/TrackDensityVertexFinder.hpp"
#include "Acts/Vertexing/VertexFinderConcept.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. | |
Functions | |
Acts::Test::BOOST_AUTO_TEST_CASE (track_density_finder_test) | |
Unit test for TrackDensityVertexFinder using same configuration and values as VertexSeedFinderTestAlg in Athena implementation, i.e. tests if reordering tracks returns the same result. | |
Acts::Test::BOOST_AUTO_TEST_CASE (track_density_finder_constr_test) | |
Unit test for TrackDensityVertexFinder using same configuration and values as VertexSeedFinderTestAlg in Athena implementation. | |
std::normal_distribution< double > | Acts::Test::xdist (1_mm, 0.1_mm) |
std::normal_distribution< double > | Acts::Test::ydist (-0.7_mm, 0.1_mm) |
std::normal_distribution< double > | Acts::Test::z1dist (zVertexPos *1_mm, 1_mm) |
std::normal_distribution< double > | Acts::Test::z2dist (-3_mm, 0.5_mm) |
std::uniform_real_distribution < double > | Acts::Test::pTDist (0.1_GeV, 100_GeV) |
std::uniform_real_distribution | Acts::Test::phiDist (-M_PI, M_PI) |
std::uniform_real_distribution < double > | Acts::Test::etaDist (-4., 4.) |
Acts::Test::BOOST_AUTO_TEST_CASE (track_density_finder_random_test) | |
Unit test for TrackDensityVertexFinder using same configuration and values as VertexSeedFinderTestAlg in Athena implementation. | |
Acts::Test::BOOST_AUTO_TEST_CASE (track_density_finder_usertrack_test) | |
Unit test for TrackDensityVertexFinder with user-defined input track type with same values as in other tests. | |
Variables | |
const double | Acts::Test::zVertexPos = 12. |