ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/Geometry/CylinderVolumeBounds.hpp"
#include "Acts/Geometry/Polyhedron.hpp"
#include "Acts/Surfaces/CylinderBounds.hpp"
#include "Acts/Surfaces/RadialBounds.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Tests/CommonHelpers/ObjTestWriter.hpp"
#include "Acts/Utilities/BoundingBox.hpp"
#include "Acts/Utilities/Definitions.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
namespace | Acts::Test |
Namespace for ATS unit tests. | |
Functions | |
Acts::Test::BOOST_AUTO_TEST_CASE (CylinderVolumeBoundsConstruction) | |
Acts::Test::BOOST_AUTO_TEST_CASE (CylinderVolumeBoundsRecreation) | |
Acts::Test::BOOST_AUTO_TEST_CASE (CylinderVolumeBoundsExceptions) | |
Acts::Test::BOOST_AUTO_TEST_CASE (CylinderVolumeBoundsAccess) | |
Acts::Test::BOOST_DATA_TEST_CASE (CylinderVolumeBoundsDecomposeToSurfaces, bdata::random(-M_PI, M_PI)^bdata::random(-M_PI, M_PI)^bdata::random(-M_PI, M_PI)^bdata::random(-10., 10.)^bdata::random(-10., 10.)^bdata::random(-10., 10.)^bdata::xrange(100), alpha, beta, gamma, posX, posY, posZ, index) | |
Unit test for testing the decomposeToSurfaces() function. | |
Acts::Test::BOOST_AUTO_TEST_CASE (CylinderVolumeBoundsBoundingBox) | |