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/Geometry/ApproachDescriptor.hpp"
#include "Acts/Geometry/GenericApproachDescriptor.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Geometry/Layer.hpp"
#include "Acts/Surfaces/PlaneSurface.hpp"
#include "Acts/Surfaces/RectangleBounds.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "Acts/Surfaces/SurfaceArray.hpp"
#include <cmath>
#include <memory>
#include <utility>
#include <vector>
#include "../Surfaces/SurfaceStub.hpp"
#include "LayerStub.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
namespace | Acts::Test |
namespace | Acts::Test::Layers |
Functions | |
Acts::Test::Layers::BOOST_AUTO_TEST_CASE (LayerConstruction) | |
Unit test for creating compliant/non-compliant Layer object. | |
Acts::Test::Layers::BOOST_AUTO_TEST_CASE (LayerProperties) | |
Unit test for testing Layer properties. | |