ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/unit_test.hpp>
#include <chrono>
#include <iostream>
#include <memory>
#include "Acts/Surfaces/ConvexPolygonBounds.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. | |
Typedefs | |
using | vec2 = Acts::Vector2D |
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 21 of file ConvexPolygonBoundsTests.cpp.
View newest version in sPHENIX GitHub at line 21 of file ConvexPolygonBoundsTests.cpp
using vec2 = Acts::Vector2D |
Definition at line 19 of file ConvexPolygonBoundsTests.cpp.
View newest version in sPHENIX GitHub at line 19 of file ConvexPolygonBoundsTests.cpp