Analysis Software
Documentation for sPHENIX simulation 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/Definitions/Algebra.hpp"
#include "Acts/Definitions/Direction.hpp"
#include "Acts/Geometry/CylinderVolumeBounds.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Geometry/VolumeBounds.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/BinningType.hpp"
#include "Acts/Utilities/BoundingBox.hpp"
#include <algorithm>
#include <array>
#include <cmath>
#include <memory>
#include <stdexcept>
#include <utility>
#include <vector>
+ Include dependency graph for CylinderVolumeBoundsTests.cpp:

Go to the source code of this file.

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 
namespace  Acts::Test
 

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)