Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RadialBoundsTests.cpp File Reference
#include <boost/test/data/test_case.hpp>
#include <boost/test/tools/output_test_stream.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Surfaces/BoundaryCheck.hpp"
#include "Acts/Surfaces/RadialBounds.hpp"
#include "Acts/Surfaces/SurfaceBounds.hpp"
#include <algorithm>
#include <array>
#include <cmath>
#include <stdexcept>
#include <vector>
+ Include dependency graph for RadialBoundsTests.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 (RadialBoundsConstruction)
 Unit tests for RadialBounds constrcuctors.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (RadialBoundsRecreation)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (RadialBoundsException)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (RadialBoundsProperties)
 Unit tests for RadialBounds properties.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (RadialBoundsAssignment)
 Unit test for testing RadialBounds assignment.