Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/data/test_case.hpp>
#include <boost/test/tools/output_test_stream.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Definitions/Tolerance.hpp"
#include "Acts/Surfaces/detail/IntersectionHelper2D.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/Intersection.hpp"
#include <array>
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
namespace | Acts::Test |
Functions | |
void | Acts::Test::basicChecks (bool circleCase=false) |
Acts::Test::BOOST_AUTO_TEST_CASE (LineLineIntersection) | |
Unit test for creating Ellipse intersection. | |
Acts::Test::BOOST_AUTO_TEST_CASE (EllipseIntersection) | |
Unit test for creating Ellipse intersection. | |
Acts::Test::BOOST_AUTO_TEST_CASE (CircleIntersection) | |
Unit test for creating Circle intersection. | |