EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PolyhedronSurfacesTests.cpp File Reference
#include <boost/test/data/test_case.hpp>
#include <boost/test/tools/output_test_stream.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Geometry/Extent.hpp"
#include "Acts/Geometry/Polyhedron.hpp"
#include "Acts/Surfaces/ConeBounds.hpp"
#include "Acts/Surfaces/ConeSurface.hpp"
#include "Acts/Surfaces/CylinderBounds.hpp"
#include "Acts/Surfaces/CylinderSurface.hpp"
#include "Acts/Surfaces/AnnulusBounds.hpp"
#include "Acts/Surfaces/DiscSurface.hpp"
#include "Acts/Surfaces/DiscTrapezoidBounds.hpp"
#include "Acts/Surfaces/RadialBounds.hpp"
#include "Acts/Surfaces/ConvexPolygonBounds.hpp"
#include "Acts/Surfaces/DiamondBounds.hpp"
#include "Acts/Surfaces/EllipseBounds.hpp"
#include "Acts/Surfaces/PlaneSurface.hpp"
#include "Acts/Surfaces/RectangleBounds.hpp"
#include "Acts/Surfaces/TrapezoidBounds.hpp"
#include "Acts/Surfaces/LineBounds.hpp"
#include "Acts/Surfaces/StrawSurface.hpp"
#include "Acts/Utilities/Units.hpp"
#include "Acts/Visualization/ObjVisualization3D.hpp"
#include <fstream>
#include <tuple>
#include <utility>
#include <vector>
+ Include dependency graph for PolyhedronSurfacesTests.cpp:

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 Acts::IdentifiedPolyhedron = std::tuple< std::string, bool, Polyhedron >
 

Functions

 Acts::Test::BOOST_AUTO_TEST_CASE (ConeSurfacePolyhedrons)
 Unit tests for Cone Surfaces.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (CylinderSurfacePolyhedrons)
 Unit tests for Cylinder Surfaces.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (DiscSurfacePolyhedrons)
 Unit tests for Disc Surfaces.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (PlaneSurfacePolyhedrons)
 Unit tests for Plane Surfaces.
 

Variables

std::vector< std::tuple
< std::string, bool, unsigned
int > > 
Acts::Test::testModes
 
auto Acts::Test::transform = std::make_shared<Transform3D>(Transform3D::Identity())