ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/unit_test.hpp>
#include <chrono>
#include <random>
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/detail/Axis.hpp"
#include "Acts/Utilities/detail/Grid.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
namespace | Acts::Test |
Namespace for ATS unit tests. | |
Functions | |
Acts::Test::BOOST_AUTO_TEST_CASE (grid_test_1d_equidistant) | |
Acts::Test::BOOST_AUTO_TEST_CASE (grid_test_2d_equidistant) | |
Acts::Test::BOOST_AUTO_TEST_CASE (grid_test_3d_equidistant) | |
Acts::Test::BOOST_AUTO_TEST_CASE (grid_test_1d_variable) | |
Acts::Test::BOOST_AUTO_TEST_CASE (grid_test_2d_variable) | |
Acts::Test::BOOST_AUTO_TEST_CASE (grid_test_3d_variable) | |
Acts::Test::BOOST_AUTO_TEST_CASE (grid_test_2d_mixed) | |
Acts::Test::BOOST_AUTO_TEST_CASE (grid_test_2d_mixed_at) | |
Acts::Test::BOOST_AUTO_TEST_CASE (grid_interpolation) | |
Acts::Test::BOOST_AUTO_TEST_CASE (neighborhood) | |
Acts::Test::BOOST_AUTO_TEST_CASE (closestPoints) | |