EIC Software
Reference for
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 "Acts/Surfaces/SurfaceBounds.hpp"
#include "Acts/Utilities/Definitions.hpp"
#include <numeric>
Go to the source code of this file.
Classes | |
class | Acts::SurfaceBoundsStub |
Class to implement pure virtual method of SurfaceBounds for testing only. More... | |
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
namespace | Acts::Test |
Namespace for ATS unit tests. | |
Functions | |
Acts::Test::BOOST_AUTO_TEST_CASE (SurfaceBoundsConstruction) | |
Unit test for creating compliant/non-compliant SurfaceBounds object. | |
Acts::Test::BOOST_AUTO_TEST_CASE (SurfaceBoundsProperties) | |
Acts::Test::BOOST_AUTO_TEST_CASE (SurfaceBoundsEquality) | |
Unit test for testing SurfaceBounds properties. | |