ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/data/test_case.hpp>
#include <boost/test/tools/output_test_stream.hpp>
#include <boost/test/unit_test.hpp>
#include <limits>
#include "Acts/Geometry/PlaneLayer.hpp"
#include "Acts/Material/HomogeneousSurfaceMaterial.hpp"
#include "Acts/Surfaces/InfiniteBounds.hpp"
#include "Acts/Surfaces/RectangleBounds.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "Acts/Tests/CommonHelpers/DetectorElementStub.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/Definitions.hpp"
#include "SurfaceStub.hpp"
Go to the source code of this file.
Classes | |
class | Acts::MockTrack |
Mock track object with minimal methods implemented for compilation. More... | |
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
namespace | Acts::Test |
Namespace for ATS unit tests. | |
Functions | |
Acts::Test::BOOST_AUTO_TEST_CASE (SurfaceConstruction) | |
todo: make test fixture; separate out different cases | |
Acts::Test::BOOST_AUTO_TEST_CASE (SurfaceProperties,*utf::expected_failures(1)) | |
Unit test for testing Surface properties. | |
Acts::Test::BOOST_AUTO_TEST_CASE (EqualityOperators) | |