Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/unit_test.hpp>
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Surfaces/PlaneSurface.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "Acts/Utilities/Intersection.hpp"
#include <algorithm>
#include <array>
#include <cmath>
#include <functional>
#include <iterator>
#include <memory>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Acts::Test::Object |
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
namespace | Acts::Test |
Functions | |
Acts::Test::BOOST_AUTO_TEST_CASE (IntersectionTest) | |
test of the intersection class | |
Acts::Test::BOOST_AUTO_TEST_CASE (ObjectIntersectionTest) | |
test of the object intersection class | |
Acts::Test::BOOST_AUTO_TEST_CASE (IntersectionStatusPrinting) | |