EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/unit_test.hpp>
#include "Acts/EventData/ParameterSet.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/Definitions.hpp"
#include <cmath>
#include <memory>
#include <random>
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
namespace | Acts::Test |
Namespace for ATS unit tests. | |
Typedefs | |
template<BoundIndices... params> | |
using | Acts::Test::ParSet = ParameterSet< BoundIndices, params...> |
template<FreeIndices... params> | |
using | Acts::Test::FreeParSet = ParameterSet< FreeIndices, params...> |
Functions | |
Acts::Test::BOOST_AUTO_TEST_CASE (parset_consistency_tests) | |
Unit test for checking consistency of ParameterSet class. | |
Acts::Test::BOOST_AUTO_TEST_CASE (parset_copy_assignment_tests) | |
Unit test for copy/assignment in ParameterSet class. | |
Acts::Test::BOOST_AUTO_TEST_CASE (parset_comparison_tests) | |
Unit test for comparison operators in ParameterSet. | |
Acts::Test::BOOST_AUTO_TEST_CASE (parset_projection_tests) | |
Unit test for projection matrices in ParameterSet. | |
Acts::Test::BOOST_AUTO_TEST_CASE (parset_residual_tests) | |
Unit test for residuals between different ParameterSet objects. | |
Acts::Test::BOOST_AUTO_TEST_CASE (parset_parID_mapping) | |
Unit test for index-/type-based access of coordinates. | |
Acts::Test::BOOST_AUTO_TEST_CASE (free_parset_consistency_tests) | |
Unit test for checking consistency of ParameterSet class. | |
Acts::Test::BOOST_AUTO_TEST_CASE (free_parset_copy_assignment_tests) | |
Unit test for copy/assignment in ParameterSet class. | |
Acts::Test::BOOST_AUTO_TEST_CASE (free_parset_comparison_tests) | |
Unit test for comparison operators in ParameterSet. | |
Acts::Test::BOOST_AUTO_TEST_CASE (free_parset_projection_tests) | |
Unit test for projection matrices in ParameterSet. | |
Acts::Test::BOOST_AUTO_TEST_CASE (free_parset_residual_tests) | |
Unit test for residuals between different ParameterSet objects. | |
Acts::Test::BOOST_AUTO_TEST_CASE (free_parset_parID_mapping) | |
Unit test for index-/type-based access of coordinates. | |