EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CylinderVolumeBoundsTests.cpp File Reference
#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/Utilities/BoundingBox.hpp"
#include "Acts/Utilities/Definitions.hpp"
+ Include dependency graph for CylinderVolumeBoundsTests.cpp:

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 (CylinderVolumeBoundsOrientedSurfaces, 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 orientedSurfaces() function.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (CylinderVolumeBoundsBoundingBox)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (CylinderVolumeOrientedBoundaries)