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/Alignment.hpp"
#include "Acts/Definitions/Tolerance.hpp"
#include "Acts/Definitions/TrackParametrization.hpp"
#include "Acts/Geometry/Extent.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Geometry/Polyhedron.hpp"
#include "Acts/Surfaces/PlaneSurface.hpp"
#include "Acts/Surfaces/RectangleBounds.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "Acts/Surfaces/SurfaceBounds.hpp"
#include "Acts/Tests/CommonHelpers/DetectorElementStub.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/BinningType.hpp"
#include "Acts/Utilities/Intersection.hpp"
#include "Acts/Utilities/Result.hpp"
#include <algorithm>
#include <cmath>
#include <memory>
#include <string>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
namespace | Acts::Test |
Functions | |
Acts::Test::BOOST_AUTO_TEST_CASE (PlaneSurfaceConstruction) | |
Unit test for creating compliant/non-compliant PlaneSurface object. | |
Acts::Test::BOOST_AUTO_TEST_CASE (PlaneSurfaceProperties) | |
Unit test for testing PlaneSurface properties. | |
Acts::Test::BOOST_AUTO_TEST_CASE (PlaneSurfaceEqualityOperators) | |
Acts::Test::BOOST_AUTO_TEST_CASE (PlaneSurfaceExtent) | |
Unit test for testing PlaneSurface extent via Polyhedron representation. | |
Acts::Test::BOOST_AUTO_TEST_CASE (PlaneSurfaceAlignment) | |
Unit test for testing PlaneSurface alignment derivatives. | |