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/Surfaces/LineBounds.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/Definitions.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 (LineBoundsConstruction) | |
Unit test for creating compliant/non-compliant LineBounds object. | |
Acts::Test::BOOST_AUTO_TEST_CASE (LineBoundsRecreation) | |
Unit test for testing LineBounds recreation from streaming. | |
Acts::Test::BOOST_AUTO_TEST_CASE (LineBoundsExceptions) | |
Unit test for testing LineBounds exceptions. | |
Acts::Test::BOOST_AUTO_TEST_CASE (LineBoundsAssignment) | |
Unit test for testing LineBounds assignment. | |
Acts::Test::BOOST_AUTO_TEST_CASE (LineBoundsProperties) | |
Unit tests for LineBounds properties. | |