Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/unit_test.hpp>
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Surfaces/BoundaryCheck.hpp"
#include "Acts/Surfaces/ConvexPolygonBounds.hpp"
#include "Acts/Surfaces/RectangleBounds.hpp"
#include <algorithm>
#include <array>
#include <cstddef>
#include <stdexcept>
#include <utility>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
namespace | Acts::Test |
Typedefs | |
using | vec2 = Acts::Vector2 |
template<int N> | |
using | poly = Acts::ConvexPolygonBounds< N > |
Functions | |
Acts::Test::BOOST_AUTO_TEST_CASE (ConvexPolygonBoundsConvexity) | |
Acts::Test::BOOST_AUTO_TEST_CASE (ConvexPolygonBoundsConstruction) | |
Acts::Test::BOOST_AUTO_TEST_CASE (ConvexPolygonBoundsRecreation) | |
Acts::Test::BOOST_AUTO_TEST_CASE (ConvexPolygonBoundsDynamicTest) | |
using poly = Acts::ConvexPolygonBounds<N> |
Definition at line 29 of file ConvexPolygonBoundsTests.cpp.
View newest version in sPHENIX GitHub at line 29 of file ConvexPolygonBoundsTests.cpp
using vec2 = Acts::Vector2 |
Definition at line 27 of file ConvexPolygonBoundsTests.cpp.
View newest version in sPHENIX GitHub at line 27 of file ConvexPolygonBoundsTests.cpp